Browse Source

* enable dbus for freebsd

marcoonthegit 3 years ago
parent
commit
6fb16ceec6
1 changed files with 1 additions and 1 deletions
  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');