diff options
| author | joost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-09-25 19:41:22 +0000 |
|---|---|---|
| committer | joost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-09-25 19:41:22 +0000 |
| commit | f5eb82cfc102bccfb4d8e04232e203dac57d665f (patch) | |
| tree | 1667a9ca3af5712517357418bbc1bfa7da86397b | |
| parent | 98b510d64a931fa1d6fe2a44997638d65ca2d587 (diff) | |
| download | fpc-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.pp | 2 |
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, '; |
