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 | |
parent | f440390503fe6c5a40f8e97dac1ab5d1572b53de (diff) | |
download | ports-dd27a5d8b0176907811b35c46e45e0bb433f6a54.tar.gz ports-dd27a5d8b0176907811b35c46e45e0bb433f6a54.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 4 |
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 |