summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2000-11-16 13:14:26 +0000
committertg <tg@FreeBSD.org>2000-11-16 13:14:26 +0000
commit632e7bed2eb9c861e2a6a9e4ba8d468e2202287a (patch)
tree6533b837b6bbeea0ee202590402a974afe5ab7bb /mail
parent97813f2e4b6086b07dddd1d7060ce9094fddfed3 (diff)
downloadFreeBSD-ports-632e7bed2eb9c861e2a6a9e4ba8d468e2202287a.zip
FreeBSD-ports-632e7bed2eb9c861e2a6a9e4ba8d468e2202287a.tar.gz
Depend on ncurses.5 after the upgrade of devel/ncurses.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/Makefile4
-rw-r--r--mail/mutt/Makefile4
-rw-r--r--mail/mutt14/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 88742ee..cdc8649 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -47,8 +47,8 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
.if defined(WITH_SLANG)
LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang
.elif defined(WITH_NCURSES_PORT)
-LIB_DEPENDS+= ncurses.4:${PORTSDIR}/devel/ncurses
-CFLAGS+= -I${PREFIX}/include/ncurses
+LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
+CFLAGS+= -I${PREFIX}/include/ncurses -I${PREFIX}/include
.endif
.if defined(WITH_SSL)
USE_OPENSSL= YES
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 88742ee..cdc8649 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -47,8 +47,8 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
.if defined(WITH_SLANG)
LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang
.elif defined(WITH_NCURSES_PORT)
-LIB_DEPENDS+= ncurses.4:${PORTSDIR}/devel/ncurses
-CFLAGS+= -I${PREFIX}/include/ncurses
+LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
+CFLAGS+= -I${PREFIX}/include/ncurses -I${PREFIX}/include
.endif
.if defined(WITH_SSL)
USE_OPENSSL= YES
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile
index 88742ee..cdc8649 100644
--- a/mail/mutt14/Makefile
+++ b/mail/mutt14/Makefile
@@ -47,8 +47,8 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
.if defined(WITH_SLANG)
LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang
.elif defined(WITH_NCURSES_PORT)
-LIB_DEPENDS+= ncurses.4:${PORTSDIR}/devel/ncurses
-CFLAGS+= -I${PREFIX}/include/ncurses
+LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
+CFLAGS+= -I${PREFIX}/include/ncurses -I${PREFIX}/include
.endif
.if defined(WITH_SSL)
USE_OPENSSL= YES
OpenPOWER on IntegriCloud