diff graphics/sdl2-image/sdl2-image.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/sdl2-image/sdl2-image.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/graphics/sdl2-image/sdl2-image.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="zlib"
 PKGSUMMARY="image addon for SDL2"
 PKGDOWNLOAD="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-$PKGVERSION.tar.gz"
-PKGDEPENDS="lib/sdl2"
+PKGDEPENDS="sdl2"
 PKGOPTIONS="BMP
             GIF
             JPEG
@@ -71,7 +71,7 @@
 fi
 
 if [ "$JPEG" = "yes" ]; then
-	PKGDEPENDS="graphics/libjpeg-turbo $PKGDEPENDS"
+	PKGDEPENDS="libjpeg-turbo $PKGDEPENDS"
 	with_jpeg="--enable-jpg"
 else
 	with_jpeg="--disable-jpg"
@@ -114,7 +114,7 @@
 fi
 
 if [ "$TIFF" = "yes" ]; then
-	PKGDEPENDS="graphics/libtiff $PKGDEPENDS"
+	PKGDEPENDS="libtiff $PKGDEPENDS"
 	with_tiff="--enable-tif"
 else
 	with_tiff="--disable-tif"
@@ -139,7 +139,7 @@
 fi
 
 if [ "$WEBP" = "yes" ]; then
-	PKGDEPENDS="graphics/libwebp $PKGDEPENDS"
+	PKGDEPENDS="libwebp $PKGDEPENDS"
 	with_webp="--enable-webp"
 else
 	with_webp="--disable-webp"