diff options
author | tijl <tijl@FreeBSD.org> | 2014-05-01 23:11:59 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-05-01 23:11:59 +0800 |
commit | c7e1ab5a0097a1741bd8fb5f880932f3e36210aa (patch) | |
tree | 03b9c7067357d77897399c085c48d36d3a8a076f /graphics/sdl_image | |
parent | 4cef83aaf88234d47a29cf3ac74f34a13184128a (diff) | |
download | freebsd-ports-gnome-c7e1ab5a0097a1741bd8fb5f880932f3e36210aa.tar.gz freebsd-ports-gnome-c7e1ab5a0097a1741bd8fb5f880932f3e36210aa.tar.zst freebsd-ports-gnome-c7e1ab5a0097a1741bd8fb5f880932f3e36210aa.zip |
Convert to USES=libtool.
Diffstat (limited to 'graphics/sdl_image')
-rw-r--r-- | graphics/sdl_image/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index 02e8f1bfaba2..762ab57a04c2 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdl_image PORTVERSION= 1.2.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL_image-${PORTVERSION} @@ -18,8 +18,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libtiff.so:${PORTSDIR}/graphics/tiff \ libwebp.so:${PORTSDIR}/graphics/webp -USES= gmake pkgconfig:build pathfix -USE_AUTOTOOLS= libtool +USES= gmake libtool:oldver pkgconfig pathfix USE_SDL= sdl GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |