diff options
author | adam <adam> | 2003-09-09 13:41:11 +0000 |
---|---|---|
committer | adam <adam> | 2003-09-09 13:41:11 +0000 |
commit | 0153abe5b9be1b78c165ba26ddb3b3575f7cf6dc (patch) | |
tree | 21e181aaa8a68b4af4f244f65fd341af481ba62b /graphics/SDL_image/Makefile | |
parent | ac04ecedb513146726a1dacbacbef5d82be4e366 (diff) | |
download | pkgsrc-0153abe5b9be1b78c165ba26ddb3b3575f7cf6dc.tar.gz |
Oops, quickly added TIFF support as well
Diffstat (limited to 'graphics/SDL_image/Makefile')
-rw-r--r-- | graphics/SDL_image/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/SDL_image/Makefile b/graphics/SDL_image/Makefile index fffd5958743..a3a6cb10fbe 100644 --- a/graphics/SDL_image/Makefile +++ b/graphics/SDL_image/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2003/09/09 13:36:56 adam Exp $ +# $NetBSD: Makefile,v 1.9 2003/09/09 13:41:11 adam Exp $ # DISTNAME= SDL_image-1.2.3 -#PKGREVISION= 2 CATEGORIES= graphics devel MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ @@ -12,12 +11,12 @@ COMMENT= Load images as SDL surfaces CONFLICTS= SDL-image-[0-9]* +USE_BUILDLINK2= YES +USE_X11= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig - -USE_BUILDLINK2= YES -USE_X11= YES +CONFIGURE_ARGS+= --enable-tif post-install: ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/showimage \ |