diff options
author | obrien <obrien@FreeBSD.org> | 1997-07-25 04:59:00 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-07-25 04:59:00 +0800 |
commit | b9bbae15e206eacb70f13715cb41168240bf39f9 (patch) | |
tree | 62eb1640015cad0520c9a245161a02ac811980a2 /mail | |
parent | 373c846f6572d9e69a1c09b6a54330b7ed4e9c7c (diff) | |
download | freebsd-ports-gnome-b9bbae15e206eacb70f13715cb41168240bf39f9.tar.gz freebsd-ports-gnome-b9bbae15e206eacb70f13715cb41168240bf39f9.tar.zst freebsd-ports-gnome-b9bbae15e206eacb70f13715cb41168240bf39f9.zip |
Sync up CONFIG_ARGS.
currently "--enable-hidden-host" is in effect. Opinions?
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 5266075ba7f4..bed8907dbf5f 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.34 1997/06/07 17:08:02 obrien Exp $ +# $Id: Makefile,v 1.35 1997/07/14 23:30:39 obrien Exp $ DISTNAME= ${PKGNAME}e PKGNAME= mutt-0.79 @@ -29,7 +29,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME} PATCH_DIST_STRIP= -p1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-dsn --enable-pop --enable-8bitmime --enable-flock \ - --disable-fcntl + --disable-fcntl --enable-hidden-host MAN1= mutt.1 diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 5266075ba7f4..bed8907dbf5f 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.34 1997/06/07 17:08:02 obrien Exp $ +# $Id: Makefile,v 1.35 1997/07/14 23:30:39 obrien Exp $ DISTNAME= ${PKGNAME}e PKGNAME= mutt-0.79 @@ -29,7 +29,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME} PATCH_DIST_STRIP= -p1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-dsn --enable-pop --enable-8bitmime --enable-flock \ - --disable-fcntl + --disable-fcntl --enable-hidden-host MAN1= mutt.1 diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 5266075ba7f4..bed8907dbf5f 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.34 1997/06/07 17:08:02 obrien Exp $ +# $Id: Makefile,v 1.35 1997/07/14 23:30:39 obrien Exp $ DISTNAME= ${PKGNAME}e PKGNAME= mutt-0.79 @@ -29,7 +29,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME} PATCH_DIST_STRIP= -p1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-dsn --enable-pop --enable-8bitmime --enable-flock \ - --disable-fcntl + --disable-fcntl --enable-hidden-host MAN1= mutt.1 |