summaryrefslogtreecommitdiff
path: root/graphics/php-exif
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-10-31 21:07:13 +0000
committerjdolecek <jdolecek>2004-10-31 21:07:13 +0000
commit98a19591022d60c7d155744711dd115315c799eb (patch)
tree43db2985256b44525aca65ddff538530e5c2c223 /graphics/php-exif
parent6c803e23b4734f72875cd236fad2ef1e49791770 (diff)
downloadpkgsrc-98a19591022d60c7d155744711dd115315c799eb.tar.gz
extension modules must be able to override CONFIGURE_ARGS, so include
lang/php/ext.mk before setting CONFIGURE_ARGS
Diffstat (limited to 'graphics/php-exif')
-rw-r--r--graphics/php-exif/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/php-exif/Makefile b/graphics/php-exif/Makefile
index e16ab406745..623f1ae071d 100644
--- a/graphics/php-exif/Makefile
+++ b/graphics/php-exif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 19:30:30 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/31 21:07:14 jdolecek Exp $
MODNAME= exif
CATEGORIES+= graphics
@@ -7,7 +7,8 @@ COMMENT= PHP extension to extract information from EXIF headers
USE_BUILDLINK3= YES
+.include "../../lang/php/ext.mk"
+
CONFIGURE_ARGS+= --with-${MODNAME}=shared
-.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"