diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-11-16 13:14:26 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-11-16 13:14:26 +0000 |
commit | dd27a5d8b0176907811b35c46e45e0bb433f6a54 (patch) | |
tree | b2a976a7c52613c61cc19c712ea51b5b7ff2c3ad /mail/mutt14 | |
parent | Add 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/mutt14')
-rw-r--r-- | mail/mutt14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |