diff graphics/libgd/libgd.sh @ 902:a133976e0783

vanilla: remove all origins, closes #2203
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 12:14:53 +0200
parents 0e6c54d47dfb
children 25a95c53d800
line wrap: on
line diff
--- a/graphics/libgd/libgd.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/graphics/libgd/libgd.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -40,21 +40,21 @@
 : ${ZLIB:=no}
 
 if [ "$FONTCONFIG" = "yes" ]; then
-	PKGDEPENDS="fonts/fontconfig $PKGDEPENDS"
+	PKGDEPENDS="fontconfig $PKGDEPENDS"
 	with_fontconfig="--with-fontconfig"
 else
 	with_fontconfig="--without-fontconfig"
 fi
 
 if [ "$FREETYPE" = "yes" ]; then
-	PKGDEPENDS="fonts/freetype $PKGDEPENDS"
+	PKGDEPENDS="freetype $PKGDEPENDS"
 	with_freetype="--with-freetype"
 else
 	with_freetype="--without-freetype"
 fi
 
 if [ "$JPEG" = "yes" ]; then
-	PKGDEPENDS="graphics/libjpeg-turbo $PKGDEPENDS"
+	PKGDEPENDS="libjpeg-turbo $PKGDEPENDS"
 	with_jpeg="--with-jpeg"
 else
 	with_jpeg="--without-jpeg"
@@ -68,14 +68,14 @@
 fi
 
 if [ "$PNG" = "yes" ]; then
-	PKGDEPENDS="graphics/libpng $PKGDEPENDS"
+	PKGDEPENDS="libpng $PKGDEPENDS"
 	with_png="--with-png"
 else
 	with_png="--without-png"
 fi
 
 if [ "$TIFF" = "yes" ]; then
-	PKGDEPENDS="graphics/libtiff $PKGDEPENDS"
+	PKGDEPENDS="libtiff $PKGDEPENDS"
 	with_tiff="--with-tiff"
 else
 	with_tiff="--without-tiff"
@@ -89,14 +89,14 @@
 fi
 
 if [ "$X" = "yes" ]; then
-	PKGDEPENDS="x11/libxpm $PKGDEPENDS"
+	PKGDEPENDS="libxpm $PKGDEPENDS"
 	with_x="--with-xpm --with-x"
 else
 	with_x="--without-xpm --without-x"
 fi
 
 if [ "$ZLIB" = "yes" ]; then
-	PKGDEPENDS="compression/zlib $PKGDEPENDS"
+	PKGDEPENDS="zlib $PKGDEPENDS"
 	with_zlib="--with-zlib"
 else
 	with_zlib="--without-zlib"