aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/net-snmp4/Makefile2
-rw-r--r--net/net-snmp4/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile
index d2a1902bfd7e..9a8381f5d15c 100644
--- a/net-mgmt/net-snmp4/Makefile
+++ b/net-mgmt/net-snmp4/Makefile
@@ -71,7 +71,7 @@ CONFIGURE_ARGS+= --enable-ipv6
.if defined(WITHOUT_SSL)
CONFIGURE_ARGS+= --without-openssl
.else
-.if defined(WITH_PORTSSL) || ${OSVERSION} >= 500100
+.if defined(WITH_PORTSSL) || ${OSVERSION} >= 500100 || ${OSVERSION} >= 470103
.if ${OSVERSION} >= 500100
LIB_DEPENDS+= crypto.4:${PORTSDIR}/security/openssl
.else
diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile
index d2a1902bfd7e..9a8381f5d15c 100644
--- a/net/net-snmp4/Makefile
+++ b/net/net-snmp4/Makefile
@@ -71,7 +71,7 @@ CONFIGURE_ARGS+= --enable-ipv6
.if defined(WITHOUT_SSL)
CONFIGURE_ARGS+= --without-openssl
.else
-.if defined(WITH_PORTSSL) || ${OSVERSION} >= 500100
+.if defined(WITH_PORTSSL) || ${OSVERSION} >= 500100 || ${OSVERSION} >= 470103
.if ${OSVERSION} >= 500100
LIB_DEPENDS+= crypto.4:${PORTSDIR}/security/openssl
.else