mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
libgd: fix depends
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user