aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-09-28 13:47:53 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-09-28 13:47:53 +0000
commit62a5ff52a9a0ac45e0d0353519265d170e052f6f (patch)
tree55aaff419c97dbefce282d481b7bd6bdee5f0181
parent6b7b9209a57b09379a9681fc6c6f46b5557a5c4f (diff)
downloadports-62a5ff52a9a0ac45e0d0353519265d170e052f6f.tar.gz
ports-62a5ff52a9a0ac45e0d0353519265d170e052f6f.zip
Notes
-rw-r--r--devel/efl/Makefile1
-rw-r--r--net-mgmt/nsca-ng/Makefile2
-rw-r--r--net-mgmt/zabbix3-server/Makefile2
-rw-r--r--net-mgmt/zabbix32-server/Makefile2
-rw-r--r--www/tomcat-native/Makefile4
5 files changed, 5 insertions, 6 deletions
diff --git a/devel/efl/Makefile b/devel/efl/Makefile
index c521206f00ce..52e39e64725d 100644
--- a/devel/efl/Makefile
+++ b/devel/efl/Makefile
@@ -128,7 +128,6 @@ PLIST_SUB+= AUDIO="@comment "
.if ${PORT_OPTIONS:MSSL}
USES+= ssl
-SSL_DEFAULT= openssl
.else
CONFIGURE_ARGS+= --with-crypto=none
.endif
diff --git a/net-mgmt/nsca-ng/Makefile b/net-mgmt/nsca-ng/Makefile
index e3b0701db1a7..0ffeddc34638 100644
--- a/net-mgmt/nsca-ng/Makefile
+++ b/net-mgmt/nsca-ng/Makefile
@@ -36,7 +36,7 @@ PORTDOCS= NEWS COPYING README PROTOCOL TODO
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
-IGNORE_FreeBSD_9= Requires newer OpenSSL (set SSL_DEFAULT=openssl)
+IGNORE_FreeBSD_9= Requires newer OpenSSL (set DEFAULT_VERSIONS+=ssl=openssl)
.endif
.if ${SSL_DEFAULT:Mlibressl*}
diff --git a/net-mgmt/zabbix3-server/Makefile b/net-mgmt/zabbix3-server/Makefile
index 9a5da3798fe0..953590a55df6 100644
--- a/net-mgmt/zabbix3-server/Makefile
+++ b/net-mgmt/zabbix3-server/Makefile
@@ -149,7 +149,7 @@ POLARSSL_LIB_DEPENDS= libmbedtls.so:security/polarssl13
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
-IGNORE_FreeBSD_9= Requires newer OpenSSL (set SSL_DEFAULT=openssl)
+IGNORE_FreeBSD_9= Requires newer OpenSSL (set DEFAULT_VERSIONS+=ssl=openssl)
.endif
.if ${SSL_DEFAULT:Mlibressl*}
diff --git a/net-mgmt/zabbix32-server/Makefile b/net-mgmt/zabbix32-server/Makefile
index 39bbc8d57aa3..b4acc3479803 100644
--- a/net-mgmt/zabbix32-server/Makefile
+++ b/net-mgmt/zabbix32-server/Makefile
@@ -149,7 +149,7 @@ POLARSSL_LIB_DEPENDS= libmbedtls.so:security/polarssl13
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
-IGNORE_FreeBSD_9= Requires newer OpenSSL (set SSL_DEFAULT=openssl)
+IGNORE_FreeBSD_9= Requires newer OpenSSL (set DEFAULT_VERSIONS+=ssl=openssl)
.endif
.if ${SSL_DEFAULT:Mlibressl*}
diff --git a/www/tomcat-native/Makefile b/www/tomcat-native/Makefile
index 1c697aeb08e9..575f5ddc260f 100644
--- a/www/tomcat-native/Makefile
+++ b/www/tomcat-native/Makefile
@@ -36,8 +36,8 @@ post-install:
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
-IGNORE_FreeBSD_9= Requires OpenSSL 1.0.2 (set SSL_DEFAULT=openssl)
-IGNORE_FreeBSD_10= Requires OpenSSL 1.0.2 (set_SSL_DEFAULT=openssl)
+IGNORE_FreeBSD_9= Requires OpenSSL 1.0.2 (set DEFAULT_VERSIONS+=ssl=openssl)
+IGNORE_FreeBSD_10= Requires OpenSSL 1.0.2 (set DEFAULT_VERSIONS+=ssl=openssl)
.endif
.if ${SSL_DEFAULT:Mlibressl*}