|
@@ -25,6 +25,8 @@ begin
|
|
|
P.Dependencies.Add('fcl-process');
|
|
|
P.Dependencies.Add('fastcgi');
|
|
|
P.Dependencies.Add('httpd22');
|
|
|
+ // (Temporary) indirect dependencies, not detected by fpcmake:
|
|
|
+ P.Dependencies.Add('univint',[MacOSX]);
|
|
|
|
|
|
P.Author := 'FreePascal development team';
|
|
|
P.License := 'LGPL with modification, ';
|