summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-11-16 13:14:26 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-11-16 13:14:26 +0000
commitdd27a5d8b0176907811b35c46e45e0bb433f6a54 (patch)
treeb2a976a7c52613c61cc19c712ea51b5b7ff2c3ad /mail
parentAdd AUTO{CONF,MAKE}_{ENV,ARGS}. Among other things, this will fix (diff)
Depend on ncurses.5 after the upgrade of devel/ncurses.
Notes
Notes: svn path=/head/; revision=35188
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 88742eec74a5..cdc86491ec33 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 88742eec74a5..cdc86491ec33 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 88742eec74a5..cdc86491ec33 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