diff options
author | taca <taca@pkgsrc.org> | 2011-02-22 07:36:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-02-22 07:36:07 +0000 |
commit | d223357bab397ca8b990000b3a8e88e9a882be05 (patch) | |
tree | 3357109f98f9b861e7720ec18a886d8261964ed4 /archivers/php-zip | |
parent | e0aa1ce557607ff1f3f2aae35eae4bccb67f358b (diff) | |
download | pkgsrc-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/Makefile | 5 |
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" |