summaryrefslogtreecommitdiff
path: root/archivers
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 /archivers
parent1f69db7830585a61123253cd4e35ef4a436c2716 (diff)
downloadpkgsrc-05fa3b55d0f099bb5bc233b79ccb181031ee081e.tar.gz
Add missing USE_PHP_EXT_PATCHES to apply patches really.
Diffstat (limited to 'archivers')
-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"