diff options
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 7af058c..c574633 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -4,10 +4,10 @@ # Date created: Thur July 25, 1996 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.58 1999/03/04 03:13:46 obrien Exp $ +# $Id: Makefile,v 1.59 1999/05/25 23:38:56 obrien Exp $ -DISTNAME= mutt-0.95.4i -PKGNAME= mutt-0.95.4 +DISTNAME= mutt-0.95.5i +PKGNAME= mutt-0.95.5 CATEGORIES= mail MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \ ftp://ftp.uib.no/pub/mutt/ \ @@ -45,6 +45,7 @@ RUN_DEPENDS+= urlview:${PORTSDIR}/textproc/urlview DIST_SUBDIR= mutt PATCH_DIST_STRIP= -p1 GNU_CONFIGURE= yes +CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \ --with-sharedir=${PREFIX}/share/mutt \ --with-docdir=${PREFIX}/share/doc/mutt |