summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-22 17:47:22 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-22 17:47:22 +0000
commit2eca8d5ed713f579aee5a7dd3050298fc3337019 (patch)
tree7e754aeb6cea8f297bccf37dafd0ed07832c89c7 /net-mgmt
parentCorrect logic when building on 5.x. (diff)
Complete previous patch.
Notes
Notes: svn path=/head/; revision=76183
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/net-snmp4/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile
index 6db343483dd2..fb17a481a2be 100644
--- a/net-mgmt/net-snmp4/Makefile
+++ b/net-mgmt/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