svn commit: r386537 - head/ftp/pure-ftpd
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 16 13:35:15 UTC 2015
Author: sunpoet
Date: Sat May 16 13:35:14 2015
New Revision: 386537
URL: https://svnweb.freebsd.org/changeset/ports/386537
Log:
- Make USE_OPENSSL conditional
Submitted by: koobs
Modified:
head/ftp/pure-ftpd/Makefile
Modified: head/ftp/pure-ftpd/Makefile
==============================================================================
--- head/ftp/pure-ftpd/Makefile Sat May 16 13:35:10 2015 (r386536)
+++ head/ftp/pure-ftpd/Makefile Sat May 16 13:35:14 2015 (r386537)
@@ -41,7 +41,6 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/e
--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
More information about the svn-ports-head
mailing list