aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/pure-ftpd
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-05-16 21:35:14 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-05-16 21:35:14 +0800
commitbf7018f81f1efc743a61f034c0800071f6e2b6c0 (patch)
tree6f9036855d1ec0950e303745af312459fcf5059a /ftp/pure-ftpd
parent1ef765e07ea983e6cb077a9f1423783650e9c00c (diff)
downloadfreebsd-ports-gnome-bf7018f81f1efc743a61f034c0800071f6e2b6c0.tar.gz
freebsd-ports-gnome-bf7018f81f1efc743a61f034c0800071f6e2b6c0.tar.zst
freebsd-ports-gnome-bf7018f81f1efc743a61f034c0800071f6e2b6c0.zip
- Make USE_OPENSSL conditional
Submitted by: koobs
Diffstat (limited to 'ftp/pure-ftpd')
-rw-r--r--ftp/pure-ftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile
index 6362b60d6cbe..bfdaf52c758e 100644
--- a/ftp/pure-ftpd/Makefile
+++ b/ftp/pure-ftpd/Makefile
@@ -41,7 +41,6 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
--with-language=${LANG} --with-paranoidmsg --with-puredb \
--with-quotas --with-ratios
GNU_CONFIGURE= yes
-USE_OPENSSL= yes
USE_PERL5= run
USE_RC_SUBR= pure-ftpd
USES= cpe perl5 shebangfix tar:bzip2
@@ -86,6 +85,7 @@ TLS_CONFIGURE_OFF= --without-tls
TLS_CONFIGURE_ON= --with-certfile=${TLS_CERTFILE} --with-tls
TLS_CPPFLAGS= -I${OPENSSLINC}
TLS_LDFLAGS= -L${OPENSSLLIB}
+TLS_USE= OPENSSL=yes
UPLOADSCRIPT_CONFIGURE_WITH= uploadscript
UTF8_CONFIGURE_WITH= rfc2640
UTF8_USES= iconv