svn commit: r376071 - head/Mk

Antoine Brodin antoine at FreeBSD.org
Fri Jan 2 21:31:31 UTC 2015


Author: antoine
Date: Fri Jan  2 21:31:30 2015
New Revision: 376071
URL: https://svnweb.freebsd.org/changeset/ports/376071
QAT: https://qat.redports.org/buildarchive/r376071/

Log:
  Attempt to unbreak index

Modified:
  head/Mk/bsd.openssl.mk

Modified: head/Mk/bsd.openssl.mk
==============================================================================
--- head/Mk/bsd.openssl.mk	Fri Jan  2 21:27:19 2015	(r376070)
+++ head/Mk/bsd.openssl.mk	Fri Jan  2 21:31:30 2015	(r376071)
@@ -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
 


More information about the svn-ports-all mailing list