From d7b9d142f1016c77ee25a9ba5b3568e4234c09f9 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sat, 3 Dec 2005 19:50:31 +0000 Subject: mark this as PHP4 only, it's in PHP CVS repo only for PHP 5.1+ --- net/php-yp/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'net/php-yp') diff --git a/net/php-yp/Makefile b/net/php-yp/Makefile index 4d6aed4baa6..b80c56ef88b 100644 --- a/net/php-yp/Makefile +++ b/net/php-yp/Makefile @@ -1,10 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:57 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/12/03 19:50:31 jdolecek Exp $ MODNAME= yp CATEGORIES+= net PKGREVISION= # empty COMMENT= PHP extension for YP domain support +# yp extension has been unbundled in PHP 5.1.1, it's only available +# in CVS and isn't available through have PECL; thus, mark this +# PHP4-only for now +PHP_VERSION_REQD= 4 CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} -- cgit v1.2.3