diff options
author | tron <tron@pkgsrc.org> | 2000-02-09 01:12:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-02-09 01:12:13 +0000 |
commit | 189fc708957f8ef89313c79a63f652ae143f18d4 (patch) | |
tree | 22e101e823e692c79e700cf8b7f5b9868dc76542 /mail | |
parent | b3599b99f05d40442bcc5397a9b0ae3a1d3546a0 (diff) | |
download | pkgsrc-189fc708957f8ef89313c79a63f652ae143f18d4.tar.gz |
Fix think in revision 1.39 which broke "ncurses" dependence on NetBSD.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index e0ef2e9ab55..cf8bda6835b 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2000/01/31 23:51:30 tron Exp $ +# $NetBSD: Makefile,v 1.41 2000/02/09 01:12:13 tron Exp $ DISTNAME= mutt-${MUTT_VERSION} CATEGORIES= mail @@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --with-curses=${LOCALBASE} --with-exec-shell=/bin/ksh \ --enable-pop --enable-imap LDFLAGS+= -s -.include "../../mk/bsd.pkg.mk" +.include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" PLIST_SUBST+= LOCALEBASE=lib @@ -33,6 +33,8 @@ PLIST_SUBST+= LOCALEBASE=share DEPENDS+= ncurses>=4.2:../../devel/ncurses .endif +.include "../../mk/bsd.pkg.mk" + MUTT_BASE_VERSION= 1.0.1 .if defined(MUTT_INTERNATIONAL) && ${MUTT_INTERNATIONAL} == YES MUTT_VERSION= ${MUTT_BASE_VERSION}i |