diff options
-rw-r--r-- | net/php-yp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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} |