diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-23 11:15:34 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-23 11:15:34 +0000 |
commit | 4f20a6b0d34db3fcb75b3a7092b1676655c007ad (patch) | |
tree | 356b477d6491e3289f1101d8559fa6badd446ebb /graphics/sdl_image/Makefile | |
parent | a6d79142f2291f65cfc9d1289bf0a8484d116bb1 (diff) | |
download | ports-4f20a6b0d34db3fcb75b3a7092b1676655c007ad.tar.gz ports-4f20a6b0d34db3fcb75b3a7092b1676655c007ad.zip |
Notes
Diffstat (limited to 'graphics/sdl_image/Makefile')
-rw-r--r-- | graphics/sdl_image/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index fddd7df73f14..490813ee4fa3 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sdl_image -PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTVERSION= 1.2.4 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL_image-${PORTVERSION} @@ -21,8 +20,9 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_SDL= sdl USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 LIBTOOLFLAGS= --disable-ltlibs --release-ignore +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" CONFIGURE_ARGS= --enable-tif --enable-xcf |