aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2013-11-08 09:36:37 +0800
committerzi <zi@FreeBSD.org>2013-11-08 09:36:37 +0800
commit7821821725ab5e018992c0f3919160eac71dc903 (patch)
tree5682eeabd15728322ba3fc0983063c220edc6f29 /net-mgmt
parent42e3da802094a677d5b6e8051c82b4aed2e58102 (diff)
downloadfreebsd-ports-gnome-7821821725ab5e018992c0f3919160eac71dc903.tar.gz
freebsd-ports-gnome-7821821725ab5e018992c0f3919160eac71dc903.tar.zst
freebsd-ports-gnome-7821821725ab5e018992c0f3919160eac71dc903.zip
- Fix build under HEAD
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/net-snmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index 8c77b9f088f4..884a4a50c7af 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -150,7 +150,7 @@ NET_SNMP_LOGFILE?= /var/log/snmpd.log
NET_SNMP_PERSISTENTDIR?=/var/net-snmp
NET_SNMP_WITH_MIB_MODULE_LIST+= host disman/event-mib mibII/mta_sendmail mibII/tcpTable ucd-snmp/diskio
-.if ${OSVERSION} >= 700028
+.if ${OSVERSION} >= 700028 && ${OSVERSION} < 1100000
NET_SNMP_WITH_MIB_MODULE_LIST+= sctp-mib
.endif