Browse Source

* Package is named libgd, not gd

git-svn-id: trunk@20174 -
joost 13 years ago
parent
commit
2301733d4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/libgd/fpmake.pp

+ 1 - 1
packages/libgd/fpmake.pp

@@ -12,7 +12,7 @@ begin
     begin
 {$endif ALLPACKAGES}
 
-    P:=AddPackage('gd');
+    P:=AddPackage('libgd');
 {$ifdef ALLPACKAGES}
     P.Directory:='libgd';
 {$endif ALLPACKAGES}