From e452bf0519c6ccd1c93e7df06ae2586026665279 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk <sem@FreeBSD.org> Date: Tue, 21 Dec 2004 09:30:20 +0000 Subject: [PATCH] - Add missing TLS support PR: ports/75331 Submitted by: Gea-Suan Lin <gslin(at)netnews.NCTU.edu.tw> Approved by: maintainer --- mail/tpop3d/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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}