aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-07-17 18:52:19 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-07-17 18:52:19 +0000
commit4c20a91b1189f5af4a37b326e72f884c4b181f4a (patch)
tree222aaba2ff91961eda560b6a77ec4a76ce97caf1 /mail/mutt/Makefile
parent1e23be623cdadb006e44e53dd7ffe5546b024099 (diff)
downloadports-4c20a91b1189f5af4a37b326e72f884c4b181f4a.tar.gz
ports-4c20a91b1189f5af4a37b326e72f884c4b181f4a.zip
* upgrade to 0.93.1
* use ncurses port rather than base systems -- window resizing works better (although not perfectly)
Notes
Notes: svn path=/head/; revision=11937
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r--mail/mutt/Makefile10
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: