diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:54 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:54 +0000 |
commit | e51bbb58a4c6768d011c6b5ec5e74fd757f85e57 (patch) | |
tree | 1854068f339c180ccfac6a1304765861eb2e85fc /net-mgmt | |
parent | Remove all USE_OPENSSL occurrences. (diff) |
Remove all _USE=openssl occurrences.
Sponsored by: Absolight
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/flow-tools-ng/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/netustad/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nrpe/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/flow-tools-ng/Makefile b/net-mgmt/flow-tools-ng/Makefile index cef88d383f92..b064a0b527b5 100644 --- a/net-mgmt/flow-tools-ng/Makefile +++ b/net-mgmt/flow-tools-ng/Makefile @@ -26,7 +26,7 @@ MYSQL_CONFIGURE_ON= --with-mysql="${PREFIX}" MYSQL_USE= MYSQL=yes OPENSSL_CONFIGURE_OFF= --without-openssl OPENSSL_CONFIGURE_ON= --with-openssl="${OPENSSLBASE}" -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl CONFLICTS= flow-tools-[0-9]* diff --git a/net-mgmt/netustad/Makefile b/net-mgmt/netustad/Makefile index 054dd80ecbdb..107bd654bf76 100644 --- a/net-mgmt/netustad/Makefile +++ b/net-mgmt/netustad/Makefile @@ -19,7 +19,7 @@ OPTIONS_DEFINE= SSL NLS DOCS OPTIONS_DEFAULT=SSL SSL_DESC= Use netUstad with SSL support -SSL_USE= OPENSSL=yes +SSL_USES= ssl SSL_CONFIGURE_WITH= ssl NLS_CONFIGURE_WITH= nls diff --git a/net-mgmt/nrpe/Makefile b/net-mgmt/nrpe/Makefile index caebc11e6c52..d2482fc4b3d0 100644 --- a/net-mgmt/nrpe/Makefile +++ b/net-mgmt/nrpe/Makefile @@ -27,7 +27,7 @@ ARGS_DESC= Enable command argument processing NAGPLUGINS_DESC=Use net-mgmt/nagios-plugins MONPLUGINS_DESC=Use net-mgmt/monitoring-plugins -SSL_USE= OPENSSL=yes +SSL_USES= ssl SSL_CONFIGURE_ON= --enable-ssl --with-ssl=${OPENSSLDIR} \ --with-ssl-inc=${OPENSSLINC} \ --with-ssl-lib=${OPENSSLLIB} |