소스 검색

* fppkg only depends on httpd22 on targets that support fpWeb

git-svn-id: trunk@20064 -
joost 13 년 전
부모
커밋
46e3403c31
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fppkg/fpmake.pp

+ 1 - 1
packages/fppkg/fpmake.pp

@@ -33,11 +33,11 @@ begin
     P.Dependencies.Add('fcl-xml');
     P.Dependencies.Add('fcl-process');
     P.Dependencies.Add('paszlib');
-    P.Dependencies.Add('httpd22');
 
     P.Dependencies.Add('univint',[MacOSX,iphonesim]);
     P.Dependencies.Add('fcl-net', TargetsWithfpWeb);
     P.Dependencies.Add('fcl-web', TargetsWithfpWeb);
+    P.Dependencies.Add('httpd22', TargetsWithfpWeb);
 
     P.Author := 'FreePascal development team';
     P.License := 'LGPL with modification, ';