aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt
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/mutt
parentf440390503fe6c5a40f8e97dac1ab5d1572b53de (diff)
downloadports-dd27a5d8b0176907811b35c46e45e0bb433f6a54.tar.gz
ports-dd27a5d8b0176907811b35c46e45e0bb433f6a54.zip
Depend on ncurses.5 after the upgrade of devel/ncurses.
Notes
Notes: svn path=/head/; revision=35188
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile4
1 files changed, 2 insertions, 2 deletions
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