diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-04 03:40:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-04 03:40:34 +0800 |
commit | 45fab13e34fd7da5f4609e2d0382cbcf0c11a75c (patch) | |
tree | a0b7e4bd09d1b4fdae8b7669967f1494cd9d8ac6 /ftp/pure-ftpd | |
parent | 4f6b8f4c15b618e72f2cdf198406e31bd7d2b58b (diff) | |
download | freebsd-ports-gnome-45fab13e34fd7da5f4609e2d0382cbcf0c11a75c.tar.gz freebsd-ports-gnome-45fab13e34fd7da5f4609e2d0382cbcf0c11a75c.tar.zst freebsd-ports-gnome-45fab13e34fd7da5f4609e2d0382cbcf0c11a75c.zip |
- Use USE_OPENSSL
PR: 199732
Submitted by: Philip Jocks <freebsdbugs@filis.org>
Diffstat (limited to 'ftp/pure-ftpd')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 6409a823448a..897b500d4c3a 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -41,6 +41,7 @@ CONFIGURE_ARGS= --localstatedir=/var --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 @@ -83,6 +84,8 @@ SENDFILE_CONFIGURE_WITH=sendfile THROTTLING_CONFIGURE_WITH= throttling TLS_CONFIGURE_OFF= --without-tls TLS_CONFIGURE_ON= --with-certfile=${TLS_CERTFILE} --with-tls +TLS_CPPFLAGS= -I${OPENSSLINC} +TLS_LDFLAGS= -L${OPENSSLLIB} UPLOADSCRIPT_CONFIGURE_WITH= uploadscript UTF8_CONFIGURE_WITH= rfc2640 UTF8_USES= iconv |