diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-13 10:42:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-13 10:42:47 +0000 |
commit | 6e6b5a18b4e22599cb3fa2aa9f0906d437183a7f (patch) | |
tree | 89e0d3ef8e5eb9553cc32d14ebb43b04d055ab05 /ftp/pure-ftpd/Makefile | |
parent | 196aeb191d7afb9a0ce403b9b9c422064f804a09 (diff) | |
download | ports-6e6b5a18b4e22599cb3fa2aa9f0906d437183a7f.tar.gz ports-6e6b5a18b4e22599cb3fa2aa9f0906d437183a7f.zip |
Notes
Diffstat (limited to 'ftp/pure-ftpd/Makefile')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 80a895896205..845520afb390 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pure-ftpd -PORTVERSION= 1.0.15 +PORTVERSION= 1.0.16a PORTREVISION= 0 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \ @@ -49,6 +49,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-everything \ --with-paranoidmsg \ --with-virtualchroot \ + --with-tls \ --sysconfdir=${PREFIX}/etc # language support requested? .if defined(WITH_LANG) @@ -102,7 +103,7 @@ DOCS= AUTHORS CONTACT COPYING HISTORY NEWS \ README README.Configuration-File README.Contrib README.LDAP \ README.Netfilter README.MySQL README.PGSQL README.Virtual-Users \ README.Authentication-Modules THANKS pure-ftpd.png \ - pureftpd.schema + pureftpd.schema README.TLS CONTRIB= xml_python_processors.txt pure-vpopauth.pl |