diff options
Diffstat (limited to 'mail/mutt14')
-rw-r--r-- | mail/mutt14/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index b85999279f7..2047b0ec446 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) |