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 | 963475df8c334573bba7d23f6bc8cdf59c7c2f68 (patch) | |
tree | 3357109f98f9b861e7720ec18a886d8261964ed4 /archivers | |
parent | 4ac1a527e02265154792219f4d985a39dc9e358f (diff) | |
download | pkgsrc-963475df8c334573bba7d23f6bc8cdf59c7c2f68.tar.gz |
Add missing USE_PHP_EXT_PATCHES to apply patches really.
Diffstat (limited to 'archivers')
-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" |