diff options
-rw-r--r-- | mail/mutt-devel/Makefile | 1 | ||||
-rw-r--r-- | mail/mutt/Makefile | 1 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 5ff09453e175..0ab091d9a890 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/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 diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 5ff09453e175..0ab091d9a890 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/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 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 |