diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-01-07 18:43:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-01-07 18:43:20 +0000 |
commit | 519f5c64b168a225e2e35f3c9c7caabe8fd1ea01 (patch) | |
tree | 58e187f4ea29d2451a2cefc60e1745e18cc40d06 | |
parent | Correct 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
-rw-r--r-- | mail/mutt-devel/Makefile | 5 | ||||
-rw-r--r-- | mail/mutt/Makefile | 5 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index b85999279f72..2047b0ec4461 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/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) diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index b85999279f72..2047b0ec4461 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/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) 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) |