From 06e726293a93a9cdc323145d2a88c40657f402b6 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sun, 31 Oct 2004 21:28:51 +0000 Subject: convert to use lang/php/ext.mk, tho these packages are PHP4-only (moved to PECL or replaced by different extensions in 5.x) --- archivers/php4-zip/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'archivers') 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} -- cgit v1.2.3