diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-05-19 23:00:04 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-05-19 23:00:04 +0000 |
commit | 985963f59782419c2d09db26023e467f89d33caf (patch) | |
tree | f5f5e1f94ec9f95475195696eafde04d9cd4ca1f /net | |
parent | Depends on net-snmp4. (diff) |
Chase net-snmp4 repocopy.
Notes
Notes:
svn path=/head/; revision=59494
Diffstat (limited to 'net')
-rw-r--r-- | net/mbrowse/Makefile | 2 | ||||
-rw-r--r-- | net/netqc/Makefile | 2 | ||||
-rw-r--r-- | net/p5-SNMP/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/mbrowse/Makefile b/net/mbrowse/Makefile index c795db7f45ef..03a0c9e6f10c 100644 --- a/net/mbrowse/Makefile +++ b/net/mbrowse/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://goldplated.atlcartel.com/ MAINTAINER= markp@FreeBSD.org -LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp +LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp4 GNU_CONFIGURE= yes USE_GTK= yes diff --git a/net/netqc/Makefile b/net/netqc/Makefile index 5712028770f3..586fd4857821 100644 --- a/net/netqc/Makefile +++ b/net/netqc/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://web.uni-svishtov.bg/netqc/ MAINTAINER= rvasilev@uni-svishtov.bg LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client \ - snmp.4:${PORTSDIR}/net/net-snmp + snmp.4:${PORTSDIR}/net/net-snmp4 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net/p5-SNMP/Makefile b/net/p5-SNMP/Makefile index b20696c57b45..d955bc03868d 100644 --- a/net/p5-SNMP/Makefile +++ b/net/p5-SNMP/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp +LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp4 PERL_CONFIGURE= yes |