aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-02-23 01:47:22 +0800
committermarcus <marcus@FreeBSD.org>2003-02-23 01:47:22 +0800
commit0b7fce560fa013b4e7f2f52ceb90d8ee5e9caf39 (patch)
tree7d75674da0cdae57151439db506f87fc42e5b3ed /net
parentb0901c51428b63606e2588773bb853aa78e22ad2 (diff)
downloadfreebsd-ports-gnome-0b7fce560fa013b4e7f2f52ceb90d8ee5e9caf39.tar.gz
freebsd-ports-gnome-0b7fce560fa013b4e7f2f52ceb90d8ee5e9caf39.tar.zst
freebsd-ports-gnome-0b7fce560fa013b4e7f2f52ceb90d8ee5e9caf39.zip
Complete previous patch.
Diffstat (limited to 'net')
-rw-r--r--net/net-snmp4/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile
index 6db343483dd2..fb17a481a2be 100644
--- a/net/net-snmp4/Makefile
+++ b/net/net-snmp4/Makefile
@@ -71,9 +71,8 @@ CONFIGURE_ARGS+= --enable-ipv6
.if defined(WITHOUT_SSL)
CONFIGURE_ARGS+= --without-openssl
.else
-.if defined(WITH_PORTSSL) || ${OSVERSION} >= 500100 || \
- (${OSREL} == 4 && ${OSVERSION} >= 470103)
-.if ${OSVERSION} >= 500100
+.if defined(WITH_PORTSSL) || ${OSVERSION} >= 500100 || (${OSVERSION} >= 470103 && ${OSREL} == 4)
+.if ${OSVERSION} >= 500100 || (${OSVERSION} >= 470103 && ${OSREL} == 4)
LIB_DEPENDS+= crypto.4:${PORTSDIR}/security/openssl
.else
LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl