Browse Source

* Set fpmake dependencies

git-svn-id: trunk@16043 -
joost 15 years ago
parent
commit
7dd0487a2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-base/fpmake.pp

+ 1 - 1
packages/fcl-base/fpmake.pp

@@ -17,7 +17,7 @@ begin
     P.Directory:='fcl-base';
 {$endif ALLPACKAGES}
     P.Version:='2.2.2-0';
-    P.Dependencies.Add('winunits-jedi',[Win32,Win64]);
+    P.Dependencies.Add('univint',[Darwin]);
 
     P.Author := '<various>';
     P.License := 'LGPL with modification, ';