summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-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"