Attempt to unbreak index

This commit is contained in:
Antoine Brodin 2015-01-02 21:31:30 +00:00
parent d2cc01ce79
commit 686af54de6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376071

View File

@ -107,7 +107,7 @@ OPENSSL_SHLIBVER?= ${OPENSSL_SHLIBFILE:E}
.endif
# try to guess SHLIBVER for libressl
.if ${OPENSSL_PORT} == "security/libressl"
.if defined(OPENSSL_PORT) && ${OPENSSL_PORT} == security/libressl
OPENSSL_SHLIBVER?= 30
.endif