diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-16 21:35:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-16 21:35:14 +0800 |
commit | bf7018f81f1efc743a61f034c0800071f6e2b6c0 (patch) | |
tree | 6f9036855d1ec0950e303745af312459fcf5059a /ftp/pure-ftpd | |
parent | 1ef765e07ea983e6cb077a9f1423783650e9c00c (diff) | |
download | freebsd-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/Makefile | 2 |
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 |