diff options
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 899d054d633..78b64581094 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2002/06/15 15:32:27 fredb Exp $ +# $NetBSD: Makefile,v 1.81 2002/06/15 15:42:08 fredb Exp $ DISTNAME= mutt-1.4i PKGNAME= ${DISTNAME:C/i$//} @@ -32,11 +32,11 @@ WRKSRC= ${WRKDIR}/${DISTNAME:C/i$$//} . include "../../devel/libslang/buildlink.mk" CONFIGURE_ARGS+= --with-slang=${BUILDLINK_DIR} .else -. include "../../devel/ncurses/buildlink.mk" -CONFIGURE_ARGS+= --with-curses=${BUILDLINK_DIR} . if ${MUTT_USE_NCURSES} == YES USE_NCURSES= YES . endif +. include "../../devel/ncurses/buildlink.mk" +CONFIGURE_ARGS+= --with-curses=${BUILDLINK_DIR} .endif # There seems to be a problem using NetBSD's /bin/sh, so use /bin/ksh instead. |