diff options
Diffstat (limited to 'net/php-snmp')
-rw-r--r-- | net/php-snmp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/php-snmp/Makefile b/net/php-snmp/Makefile index c9b86a6e60a..7dbdbf131f9 100644 --- a/net/php-snmp/Makefile +++ b/net/php-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/31 21:07:14 jdolecek Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/05 17:11:40 jdolecek Exp $ MODNAME= snmp CATEGORIES+= net @@ -7,9 +7,8 @@ COMMENT= PHP extension for SNMP USE_BUILDLINK3= YES -.include "../../lang/php/ext.mk" - CONFIGURE_ARGS+= --with-${MODNAME}=${PREFIX} +.include "../../lang/php/ext.mk" .include "../../net/net-snmp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |