summaryrefslogtreecommitdiff
path: root/ftp/pure-ftpd
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-16 13:35:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-16 13:35:14 +0000
commite31d2e608a10e115b8ec1be6bc887932a34cccb4 (patch)
tree6f9036855d1ec0950e303745af312459fcf5059a /ftp/pure-ftpd
parent- Update to 7.4.729 (diff)
- Make USE_OPENSSL conditional
Submitted by: koobs
Notes
Notes: svn path=/head/; revision=386537
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