diff --git a/main/libgd/spkgbuild b/main/libgd/spkgbuild index bd67e0c54..3e90810e3 100644 --- a/main/libgd/spkgbuild +++ b/main/libgd/spkgbuild @@ -1,5 +1,5 @@ -# description: Library for the dynamic creation of images -# depends: xorg-libxpm libjpeg-turbo freetype +# description : Library for the dynamic creation of images +# depends : libxpm libjpeg-turbo freetype2 name=libgd version=2.3.3 @@ -8,7 +8,6 @@ source=https://github.com/libgd/libgd/releases/download/gd-$version/$name-$versi build () { cd $name-$version - ./configure --prefix=/usr make DESTDIR=$PKG install }