diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-21 09:30:20 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-21 09:30:20 +0000 |
commit | e452bf0519c6ccd1c93e7df06ae2586026665279 (patch) | |
tree | 24ff8fdff627318465eb6e4d264b603243ae55a4 /mail/tpop3d | |
parent | Update to 1.0.0.p2 (pre2) (diff) |
- Add missing TLS support
PR: ports/75331
Submitted by: Gea-Suan Lin <gslin(at)netnews.NCTU.edu.tw>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=124671
Diffstat (limited to 'mail/tpop3d')
-rw-r--r-- | mail/tpop3d/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile index 39091ac2b93d..35a09e12972b 100644 --- a/mail/tpop3d/Makefile +++ b/mail/tpop3d/Makefile @@ -7,6 +7,7 @@ PORTNAME= tpop3d PORTVERSION= 1.5.3 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.ex-parrot.com/~chris/tpop3d/ @@ -18,6 +19,7 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-auth-other \ --enable-tcp-wrappers \ + --enable-tls \ --with-mailspool-directory=/var/mail CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |