svn commit: r487416 - head/Mk/Uses

Mathieu Arnold mat at FreeBSD.org
Fri Dec 14 09:34:23 UTC 2018


Author: mat
Date: Fri Dec 14 09:34:22 2018
New Revision: 487416
URL: https://svnweb.freebsd.org/changeset/ports/487416

Log:
  Fix some indentation.

Modified:
  head/Mk/Uses/ssl.mk

Modified: head/Mk/Uses/ssl.mk
==============================================================================
--- head/Mk/Uses/ssl.mk	Fri Dec 14 09:30:07 2018	(r487415)
+++ head/Mk/Uses/ssl.mk	Fri Dec 14 09:34:22 2018	(r487416)
@@ -98,12 +98,12 @@ IGNORE=	not compatible DEFAULT_VERSIONS+=ssl=${SSL_DEF
 .  endif
 
 OPENSSLDIR?=		${OPENSSLBASE}/openssl
-.if defined(_SSL_BUILD_DEP)
+.  if defined(_SSL_BUILD_DEP)
 BUILD_DEPENDS+=		${LOCALBASE}/lib/libcrypto.so.${OPENSSL_SHLIBVER}:${OPENSSL_PORT}
-.endif
-.if defined(_SSL_RUN_DEP)
+.  endif
+.  if defined(_SSL_RUN_DEP)
 RUN_DEPENDS+=		${LOCALBASE}/lib/libcrypto.so.${OPENSSL_SHLIBVER}:${OPENSSL_PORT}
-.endif
+.  endif
 OPENSSLRPATH=		${LOCALBASE}/lib
 
 .endif


More information about the svn-ports-all mailing list