diff options
Diffstat (limited to 'archivers/php-zip/Makefile')
-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" |