summaryrefslogtreecommitdiff
path: root/mail/mutt14
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-08-09 19:42:30 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-08-09 19:42:30 +0000
commit05a03e7d8c95bae8959cf9037e040afa81b3cc52 (patch)
treeb43a74429d8b74558c09d7b1c05ec70c93a93f0a /mail/mutt14
parentMajor update to addport. Many *MANY* bugfixes. Addport should now work (diff)
Suposedly this is need when WITH_NCURSES_PORT is defined on a
FreeBSD 3.x box. Submitted by: Aaron Smith <aaron@mutex.org>
Notes
Notes: svn path=/head/; revision=31458
Diffstat (limited to 'mail/mutt14')
-rw-r--r--mail/mutt14/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile
index 5ff09453e175..0ab091d9a890 100644
--- a/mail/mutt14/Makefile
+++ b/mail/mutt14/Makefile
@@ -42,6 +42,7 @@ BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
.elif defined(WITH_NCURSES_PORT)
LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
+CFLAGS+= -I${PREFIX}/include/ncurses
.elif defined(WITH_SLANG)
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
.endif