diff options
-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 |