1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix last commit, that's broken OPENSSL option.

Requested by:	pav
Approved by:	pav (mentor)
This commit is contained in:
Marcus Alves Grando 2005-09-18 18:47:28 +00:00
parent 474905dca9
commit 1a7d15e397
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143093

View File

@ -61,7 +61,7 @@ CONFIGURE_ARGS+= --with-gnutls
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
.endif
.if defined(WITH_OPENSSL)
.if !defined(WITHOUT_OPENSSL)
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
CONFIGURE_ARGS+= --with-openssl
.endif