aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-11 14:16:21 +0800
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-11 14:16:21 +0800
commit29bc00aad3337360bfe876bf2724256fc4b5d7a0 (patch)
tree5b603f4ca91a49cfd96cf1e7739d9fdae1de6f69 /net-mgmt
parentd3d151cd725134721a6149ce28df9f661f186596 (diff)
downloadfreebsd-ports-gnome-29bc00aad3337360bfe876bf2724256fc4b5d7a0.tar.gz
freebsd-ports-gnome-29bc00aad3337360bfe876bf2724256fc4b5d7a0.tar.zst
freebsd-ports-gnome-29bc00aad3337360bfe876bf2724256fc4b5d7a0.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