From 8cdfe7e85fd089d9fff83c08a399d3c6b52ddf50 Mon Sep 17 00:00:00 2001 From: roam Date: Sat, 2 Dec 2000 16:20:18 +0000 Subject: Add WITH_NTLM toggle to optionally build support for NTLM authentication. Bump PORTREVISION to reflect functionality change. PR: 23214 Submitted by: William M. Perry Approved by: maintainer --- mail/fetchmail/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mail/fetchmail') diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index a2101ba636bd..deda5a1956ac 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -11,6 +11,7 @@ PORTNAME= fetchmail PORTVERSION= 5.6.0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \ ftp://ftp.ccil.org/pub/esr/fetchmail/ @@ -50,6 +51,10 @@ CONFIGURE_ARGS += --with-kerberos=/usr/include CONFIGURE_ARGS += --with-kerberos5=${KRB5_HOME} .endif +.if defined(WITH_NTLM) +CONFIGURE_ARGS += --enable-NTLM +.endif + FDOC= ${PREFIX}/share/doc/fetchmail pre-patch: -- cgit