Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -34,7 +34,7 @@ if ((CMAKE_COMPILER_IS_GNUCC AND CMAKE_CXX_COMPILER_VE
 endif()
 
 # find and set DBUS include and library paths
-if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
+if (${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR ${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD")
   if (WITHOUT_DBUS)
     add_definitions(-DWITHOUT_DBUS)
   else()
