aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-10-11 14:16:21 +0800
committermarcus <marcus@FreeBSD.org>2003-10-11 14:16:21 +0800
commitce4924ebb06349246c3283e3f8f739b5a1e00ce4 (patch)
tree13b35215084c10644e0143ecf0bb0475f5f5e711 /net-mgmt
parent9df7e930dfce23367bf9da074d6b900d135f7168 (diff)
downloadfreebsd-ports-gnome-ce4924ebb06349246c3283e3f8f739b5a1e00ce4.tar.gz
freebsd-ports-gnome-ce4924ebb06349246c3283e3f8f739b5a1e00ce4.tar.zst
freebsd-ports-gnome-ce4924ebb06349246c3283e3f8f739b5a1e00ce4.zip
net-snmp4 conflicts with net-snmp-5.x.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/net-snmp4/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile
index 0fafd3cdf71a..951b1b96702f 100644
--- a/net-mgmt/net-snmp4/Makefile
+++ b/net-mgmt/net-snmp4/Makefile
@@ -62,6 +62,8 @@ SBIN= snmpd snmptrapd
STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh
+CONFLICTS= net-snmp-5.*
+
.if defined(WITHOUT_SSL)
CONFIGURE_ARGS+= --without-openssl
.else