1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

- Use WITH_OPENSSL_PORT as the conditional for adding libcrypto

This commit is contained in:
Ryan Steinmetz 2014-06-26 01:24:20 +00:00
parent 99efcfed5c
commit 6294e6933b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359317

View File

@ -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