summaryrefslogtreecommitdiff
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
parentx11-wm/ede: update to 2.1 (diff)
- Use WITH_OPENSSL_PORT as the conditional for adding libcrypto
Notes
Notes: svn path=/head/; revision=359317
-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