summaryrefslogtreecommitdiff
path: root/archivers/php-zip
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
commitd223357bab397ca8b990000b3a8e88e9a882be05 (patch)
tree3357109f98f9b861e7720ec18a886d8261964ed4 /archivers/php-zip
parente0aa1ce557607ff1f3f2aae35eae4bccb67f358b (diff)
downloadpkgsrc-d223357bab397ca8b990000b3a8e88e9a882be05.tar.gz
Add missing USE_PHP_EXT_PATCHES to apply patches really.
Diffstat (limited to 'archivers/php-zip')
-rw-r--r--archivers/php-zip/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/php-zip/Makefile b/archivers/php-zip/Makefile
index 288d996a14c..20dade284ca 100644
--- a/archivers/php-zip/Makefile
+++ b/archivers/php-zip/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2011/02/21 16:30:44 taca Exp $
+# $NetBSD: Makefile,v 1.13 2011/02/22 07:36:07 taca Exp $
MODNAME= zip
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES+= archivers
COMMENT= PHP extension for ZIP archive handling
@@ -11,6 +11,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --enable-zip
CONFIGURE_ARGS+= --with-zlib-dir=${BUILDLINK_PREFIX.zlib}
+USE_PHP_EXT_PATCHES= yes
# Remove these PKGNAME tweak after PHP 5.2.14 release
.include "../../lang/php/phpversion.mk"