summaryrefslogtreecommitdiff
path: root/graphics/php-exif/Makefile
diff options
context:
space:
mode:
authortaca <taca>2011-02-22 07:36:07 +0000
committertaca <taca>2011-02-22 07:36:07 +0000
commit05fa3b55d0f099bb5bc233b79ccb181031ee081e (patch)
tree3357109f98f9b861e7720ec18a886d8261964ed4 /graphics/php-exif/Makefile
parent1f69db7830585a61123253cd4e35ef4a436c2716 (diff)
downloadpkgsrc-05fa3b55d0f099bb5bc233b79ccb181031ee081e.tar.gz
Add missing USE_PHP_EXT_PATCHES to apply patches really.
Diffstat (limited to 'graphics/php-exif/Makefile')
-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 f2d685ce179..4142b80c28d 100644
--- a/graphics/php-exif/Makefile
+++ b/graphics/php-exif/Makefile
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.9 2011/02/21 16:30:44 taca Exp $
+# $NetBSD: Makefile,v 1.10 2011/02/22 07:36:08 taca Exp $
MODNAME= exif
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES+= graphics
COMMENT= PHP extension to extract information from EXIF headers
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --with-${MODNAME}=shared
+USE_PHP_EXT_PATCHES= yes
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"