summaryrefslogtreecommitdiff
path: root/archivers/php-zip
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/php-zip')
-rw-r--r--archivers/php-zip/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/php-zip/Makefile b/archivers/php-zip/Makefile
index d9cfb114366..2656136409c 100644
--- a/archivers/php-zip/Makefile
+++ b/archivers/php-zip/Makefile
@@ -1,15 +1,19 @@
-# $NetBSD: Makefile,v 1.16 2012/09/11 19:46:59 asau Exp $
+# $NetBSD: Makefile,v 1.17 2018/02/03 11:19:09 jdolecek Exp $
MODNAME= zip
CATEGORIES+= archivers
COMMENT= PHP extension for ZIP archive handling
+PKGREVISION= 1
CONFLICTS= php-zip-[0-9]*
CONFIGURE_ARGS+= --enable-zip
CONFIGURE_ARGS+= --with-zlib-dir=${BUILDLINK_PREFIX.zlib}
+CONFIGURE_ARGS+= --with-libzip=${BUILDLINK_PREFIX.libzip}
+
USE_PHP_EXT_PATCHES= yes
.include "../../lang/php/ext.mk"
.include "../../devel/zlib/buildlink3.mk"
+.include "../../archivers/libzip/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"