浏览代码

* Set fpmake dependencies

git-svn-id: trunk@16043 -
joost 15 年之前
父节点
当前提交
7dd0487a2c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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, ';