summaryrefslogtreecommitdiff
path: root/mail/mutt14
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-01-07 18:43:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-01-07 18:43:20 +0000
commit519f5c64b168a225e2e35f3c9c7caabe8fd1ea01 (patch)
tree58e187f4ea29d2451a2cefc60e1745e18cc40d06 /mail/mutt14
parentCorrect distfile fennerage, and upgrade to 0.3.3 while we're at it. (diff)
remove CONIGURE_ARGS --enable-dsn and --enable-hidden-host as they are now
run-time .muttrc configurable.
Notes
Notes: svn path=/head/; revision=15917
Diffstat (limited to 'mail/mutt14')
-rw-r--r--mail/mutt14/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile
index b85999279f72..2047b0ec4461 100644
--- a/mail/mutt14/Makefile
+++ b/mail/mutt14/Makefile
@@ -4,7 +4,7 @@
# Date created: Thur July 25, 1996
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.53 1998/12/13 01:31:06 obrien Exp $
+# $Id: Makefile,v 1.54 1999/01/05 03:12:07 obrien Exp $
DISTNAME= mutt-0.95.1i
PKGNAME= mutt-0.95.1
@@ -42,8 +42,7 @@ LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
DIST_SUBDIR= mutt
PATCH_DIST_STRIP= -p1
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-dsn --enable-pop --enable-imap --enable-flock \
- --disable-fcntl --enable-hidden-host \
+CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \
--with-sharedir=${PREFIX}/share/mutt \
--with-docdir=${PREFIX}/share/doc/mutt
.if defined(BATCH) || defined(USE_SLANG)