summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
Diffstat (limited to 'archivers')
-rw-r--r--archivers/php-bz2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/php-bz2/Makefile b/archivers/php-bz2/Makefile
index 0abea04c99c..df0d881c5a7 100644
--- a/archivers/php-bz2/Makefile
+++ b/archivers/php-bz2/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2005/11/04 09:18:30 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/03 18:53:57 jdolecek Exp $
MODNAME= bz2
CATEGORIES= archivers
COMMENT= PHP extension for bzip2 compression
+USE_PHP_EXT_PATCHES= yes
+
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.bzip2}
.include "../../lang/php/ext.mk"