summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-09-25 19:41:22 +0000
committerjoost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-09-25 19:41:22 +0000
commitf5eb82cfc102bccfb4d8e04232e203dac57d665f (patch)
tree1667a9ca3af5712517357418bbc1bfa7da86397b
parent98b510d64a931fa1d6fe2a44997638d65ca2d587 (diff)
downloadfpc-f5eb82cfc102bccfb4d8e04232e203dac57d665f.tar.gz
* Set fpmake dependencies
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16043 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--packages/fcl-base/fpmake.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/fcl-base/fpmake.pp b/packages/fcl-base/fpmake.pp
index 9a1967c35c..dea52a0bf5 100644
--- a/packages/fcl-base/fpmake.pp
+++ b/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, ';