diff options
author | obrien <obrien@FreeBSD.org> | 1998-07-18 02:52:19 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-07-18 02:52:19 +0800 |
commit | 39d48a7f74f483542753a570df7884542caf6e93 (patch) | |
tree | bb7df39b5263eec1dd954c64b90b8ae7e64bd54c /mail/mutt/Makefile | |
parent | 31c35fefd36ad23ebfc21434ac60db91124480f1 (diff) | |
download | freebsd-ports-gnome-39d48a7f74f483542753a570df7884542caf6e93.tar.gz freebsd-ports-gnome-39d48a7f74f483542753a570df7884542caf6e93.tar.zst freebsd-ports-gnome-39d48a7f74f483542753a570df7884542caf6e93.zip |
* upgrade to 0.93.1
* use ncurses port rather than base systems -- window resizing works better
(although not perfectly)
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 7d6b6b48d39f..8915456342cf 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -4,10 +4,10 @@ # Date created: Thur July 25, 1996 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.43 1998/04/18 11:11:27 obrien Exp $ +# $Id: Makefile,v 1.44 1998/07/16 05:57:09 obrien Exp $ -DISTNAME= mutt-0.93i -PKGNAME= mutt-0.93 +DISTNAME= mutt-0.93.1i +PKGNAME= mutt-0.93.1 CATEGORIES= mail MASTER_SITES= ftp://riemann.iam.uni-bonn.de/pub/mutt/ \ ftp://ftp.gbnet.net/pub/mutt-international/ \ @@ -25,6 +25,7 @@ PATCHFILES= MAINTAINER= obrien@FreeBSD.org +LIB_DEPENDS= ncurses\\.4\\.:${PORTSDIR}/devel/ncurses .if defined(BATCH) RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell .endif @@ -35,7 +36,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-dsn --enable-pop --enable-imap --enable-flock \ --disable-fcntl --enable-hidden-host \ --with-sharedir=${PREFIX}/share/misc \ - --with-docdir=${PREFIX}/share/doc/mutt + --with-docdir=${PREFIX}/share/doc/mutt \ + --with-curses=${PREFIX} MAN1= mutt.1 post-patch: |