aboutsummaryrefslogtreecommitdiff
path: root/archivers/libarchive/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-03-15 15:43:13 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-03-15 15:43:13 +0000
commit5370921a8e893654d5f119d5948d96b4462bcba2 (patch)
tree5dce3dd90fdf8fc5cd12a06d6df874220ffbca42 /archivers/libarchive/Makefile
parent1f0bcd4b50e8d8117e7aaffda509da5967adde54 (diff)
downloadports-5370921a8e893654d5f119d5948d96b4462bcba2.tar.gz
ports-5370921a8e893654d5f119d5948d96b4462bcba2.zip
Remove last two occurrences of USE_OPENSSL.
Reported by: antoine Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=436250
Diffstat (limited to 'archivers/libarchive/Makefile')
-rw-r--r--archivers/libarchive/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index 80eb8cbd9377..526ba5873568 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -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>