Remove last two occurrences of USE_OPENSSL.

Reported by:	antoine
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2017-03-15 15:43:13 +00:00
parent 1f0bcd4b50
commit 5370921a8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436250
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ LZ4_CONFIGURE_WITH= lz4
NETTLE_LIB_DEPENDS= libnettle.so:security/nettle
NETTLE_CONFIGURE_WITH= nettle
NETTLE_CONFIGURE_ON= --without-openssl
NETTLE_USE_OFF= OPENSSL=yes
NETTLE_USES_OFF= ssl
NETTLE_CONFIGURE_OFF= --with-openssl
.include <bsd.port.pre.mk>

View File

@ -30,7 +30,7 @@ GCRYPT_CONFIGURE_ON= --with-libgcrypt
GCRYPT_CONFIGURE_OFF= --with-openssl
GCRYPT_CPPFLAGS= -I${LOCALBASE}/include
GCRYPT_LIBS= -L${LOCALBASE}/lib
GCRYPT_USE_OFF= openssl=yes
GCRYPT_USES_OFF= ssl
ZLIB_CONFIGURE_WITH= libz
.include <bsd.port.pre.mk>