diff options
author | mat <mat@FreeBSD.org> | 2017-03-15 22:45:54 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-03-15 22:45:54 +0800 |
commit | 1e9ec5214382baea71d298bf5ccc06fe0c725caf (patch) | |
tree | 1854068f339c180ccfac6a1304765861eb2e85fc /net-mgmt | |
parent | 6995bd7d8fbe7cdb0e5fc7a2f82217a473513738 (diff) | |
download | freebsd-ports-gnome-1e9ec5214382baea71d298bf5ccc06fe0c725caf.tar.gz freebsd-ports-gnome-1e9ec5214382baea71d298bf5ccc06fe0c725caf.tar.zst freebsd-ports-gnome-1e9ec5214382baea71d298bf5ccc06fe0c725caf.zip |
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} |