diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-11-07 23:23:18 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-11-07 23:23:18 +0000 |
commit | 1f0e3bafbf7db2b118225eb40a1cf652ae58d127 (patch) | |
tree | 08083862d96b9ba90959ea5791cf24f0f038087e /net/php4-snmp | |
parent | 5a41c8b1b39fd0889f7805e4345163e9fcfdaeee (diff) | |
download | pkgsrc-1f0e3bafbf7db2b118225eb40a1cf652ae58d127.tar.gz |
use net-snmp (version 5.x) instead of ucd-snmp (version 4.x), mainly because
the latter doesn't actually compile on -current
bump pkg revision
Diffstat (limited to 'net/php4-snmp')
-rw-r--r-- | net/php4-snmp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/php4-snmp/Makefile b/net/php4-snmp/Makefile index f41f9f28073..00dc7e54cbb 100644 --- a/net/php4-snmp/Makefile +++ b/net/php4-snmp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/11/05 07:33:18 martti Exp $ +# $NetBSD: Makefile,v 1.3 2003/11/07 23:23:18 jdolecek Exp $ MODNAME= snmp CATEGORIES+= net -PKGREVISION= # empty +PKGREVISION= 1 COMMENT= PHP4 extension for SNMP USE_BUILDLINK2= YES @@ -11,5 +11,5 @@ USE_BUILDLINK2= YES CONFIGURE_ARGS+= --with-${MODNAME}=${PREFIX} -.include "../../net/ucd-snmp/buildlink2.mk" +.include "../../net/net-snmp/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |