summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2003-09-09 13:41:11 +0000
committeradam <adam@pkgsrc.org>2003-09-09 13:41:11 +0000
commitfb9a800d9b644f7a921a12cb8067544c4a082286 (patch)
tree21e181aaa8a68b4af4f244f65fd341af481ba62b
parentab4969a701329fdf369af8841805a41906fa294e (diff)
downloadpkgsrc-fb9a800d9b644f7a921a12cb8067544c4a082286.tar.gz
Oops, quickly added TIFF support as well
-rw-r--r--graphics/SDL_image/Makefile9
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 \