summaryrefslogtreecommitdiff
path: root/archivers/php4-zip
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-04-24 23:13:57 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-04-24 23:13:57 +0000
commitbbfc28a4f139e5564579a1b350c8ef78945b923a (patch)
tree39266222d4e632b31134f15fb68812e2db98008c /archivers/php4-zip
parentfe72bc9461488b7c562535e5f65f8c5209464e30 (diff)
downloadpkgsrc-bbfc28a4f139e5564579a1b350c8ef78945b923a.tar.gz
bl3ify
Diffstat (limited to 'archivers/php4-zip')
-rw-r--r--archivers/php4-zip/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/php4-zip/Makefile b/archivers/php4-zip/Makefile
index 9390cb7f0c7..558c2b241f9 100644
--- a/archivers/php4-zip/Makefile
+++ b/archivers/php4-zip/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/12/14 13:55:47 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2004/04/24 23:13:57 xtraeme Exp $
MODNAME= zip
CATEGORIES+= archivers
PKGREVISION= # empty
COMMENT= PHP4 extension for ZIP archive handling
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
.include "../../www/php4/Makefile.module"
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR}
-.include "../../archivers/zziplib/buildlink2.mk"
+.include "../../archivers/zziplib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"