diff options
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 9e1ae3f9383..9f7c4587c35 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1999/02/27 01:13:55 kim Exp $ +# $NetBSD: Makefile,v 1.21 1999/03/04 00:26:02 tron Exp $ DISTNAME= mutt-${MUTT_VERSION} CATEGORIES= mail @@ -11,6 +11,7 @@ MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.mutt.org/ +BUILD_DEPENDS+= automake:../../devel/automake DEPENDS+= ncurses-1.9.9g:../../devel/ncurses GNU_CONFIGURE= yes @@ -21,7 +22,7 @@ CONFIGURE_ENV+= LDFLAGS=-s .include "../../mk/bsd.pkg.mk" -MUTT_BASE_VERSION= 0.95.3 +MUTT_BASE_VERSION= 0.95.4 .if defined(MUTT_INTERNATIONAL) && ${MUTT_INTERNATIONAL} == YES MUTT_VERSION= ${MUTT_BASE_VERSION}i |