diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-10-31 21:28:51 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-10-31 21:28:51 +0000 |
commit | ac09227971b743f81772dfc3af7dcb6aae00a1af (patch) | |
tree | 47f0891fea91c4284fa38eec43f515a2d53fc8bb /archivers | |
parent | ec3c63fd71dfc2c9f23fabb09d3854f0ada4ea4d (diff) | |
download | pkgsrc-ac09227971b743f81772dfc3af7dcb6aae00a1af.tar.gz |
convert to use lang/php/ext.mk, tho these packages are PHP4-only
(moved to PECL or replaced by different extensions in 5.x)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/php4-zip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/php4-zip/Makefile b/archivers/php4-zip/Makefile index 558c2b241f9..4f21556f485 100644 --- a/archivers/php4-zip/Makefile +++ b/archivers/php4-zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/04/24 23:13:57 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/10/31 21:28:51 jdolecek Exp $ MODNAME= zip CATEGORIES+= archivers @@ -7,7 +7,8 @@ COMMENT= PHP4 extension for ZIP archive handling USE_BUILDLINK3= YES -.include "../../www/php4/Makefile.module" +PHP_VERSION_REQD= 4 +.include "../../lang/php/ext.mk" CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR} |