浏览代码

* enable dbus for freebsd

marcoonthegit 3 年之前
父节点
当前提交
6fb16ceec6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/dbus/fpmake.pp

+ 1 - 1
packages/dbus/fpmake.pp

@@ -24,7 +24,7 @@ begin
     P.Email := '';
     P.Description := 'D-Bus message bus interface. (1.2.16)';
     P.NeedLibC:= true;
-    P.OSes := [linux];
+    P.OSes := [linux,dragonfly,freebsd];
 
     P.SourcePath.Add('src');
     P.IncludePath.Add('src');