aboutsummaryrefslogtreecommitdiffstats
path: root/mail/fetchmail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r--mail/fetchmail/Makefile5
1 files changed, 5 insertions, 0 deletions
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: