aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2014-06-26 01:24:20 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2014-06-26 01:24:20 +0000
commit6294e6933b8c60e0b46ca4bf09ef0c87e6c49663 (patch)
treec5e90c96feb5cf1a26bac088f0129d7ab6ba6a83 /net-mgmt/net-snmp
parent99efcfed5c98c76a27686f25c5b0fed96da67d16 (diff)
downloadports-6294e6933b8c60e0b46ca4bf09ef0c87e6c49663.tar.gz
ports-6294e6933b8c60e0b46ca4bf09ef0c87e6c49663.zip
- Use WITH_OPENSSL_PORT as the conditional for adding libcrypto
Notes
Notes: svn path=/head/; revision=359317
Diffstat (limited to 'net-mgmt/net-snmp')
-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 a90db863b647..5332a113e408 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -205,7 +205,7 @@ CONFLICTS= ucd-snmp-4.* net-snmp-5.3.*
.include <bsd.port.pre.mk>
-.if defined(OPENSSL_PORT)
+.if defined(WITH_OPENSSL_PORT) || defined(OPENSSL_PORT)
LDFLAGS+= -lcrypto
.endif