diff options
-rw-r--r-- | mail/mutt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 77eaeb87cf6..68c683e845c 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2000/06/14 02:10:58 hubertf Exp $ +# $NetBSD: Makefile,v 1.50 2000/06/14 07:10:23 wiz Exp $ DISTNAME= mutt-1.2i CATEGORIES= mail @@ -46,7 +46,6 @@ PLIST_SUBST+= LOCALEBASE=share .endif .if ${OPSYS} == "NetBSD" -.include "../../mk/bsd.prefs.mk" GOOD_CURSES= 1.4[Y-Z] 1.4Z[A-Z] 1.[5-9]* .for PATTERN in ${GOOD_CURSES} |