summaryrefslogtreecommitdiff
path: root/graphics/php-exif
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-02-22 07:36:07 +0000
committertaca <taca@pkgsrc.org>2011-02-22 07:36:07 +0000
commit963475df8c334573bba7d23f6bc8cdf59c7c2f68 (patch)
tree3357109f98f9b861e7720ec18a886d8261964ed4 /graphics/php-exif
parent4ac1a527e02265154792219f4d985a39dc9e358f (diff)
downloadpkgsrc-963475df8c334573bba7d23f6bc8cdf59c7c2f68.tar.gz
Add missing USE_PHP_EXT_PATCHES to apply patches really.
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 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"