1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix some indentation.

This commit is contained in:
Mathieu Arnold 2018-12-14 09:34:22 +00:00
parent 125f0c2079
commit 4511b9919e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487416

View File

@ -98,12 +98,12 @@ IGNORE= not compatible DEFAULT_VERSIONS+=ssl=${SSL_DEFAULT}
. 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