diff graphics/libwebp/libwebp.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 ddab65a5b3f5
line wrap: on
line diff
--- a/graphics/libwebp/libwebp.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/graphics/libwebp/libwebp.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -44,14 +44,14 @@
 fi
 
 if [ "$PNG" = "yes" ]; then
-	PKGDEPENDS="graphics/libpng $PKGDEPENDS"
+	PKGDEPENDS="libpng $PKGDEPENDS"
 	with_png="--enable-png"
 else
 	with_png="--disable-png"
 fi
 
 if [ "$TIFF" = "yes" ]; then
-	PKGDEPENDS="graphics/libtiff $PKGDEPENDS"
+	PKGDEPENDS="libtiff $PKGDEPENDS"
 	with_tiff="--enable-tiff"
 else
 	with_tiff="--disable-tiff"