diff options
author | obrien <obrien@FreeBSD.org> | 2000-08-10 03:42:30 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-08-10 03:42:30 +0800 |
commit | 34266824c96d6f68f2412fe7d932a06bdb6d77cc (patch) | |
tree | 1086db79ade4e3025e93ecb9c67db60c046c7ee1 /mail/mutt14 | |
parent | 577e4fd9a4abe8307205a0170541d4023026fde4 (diff) | |
download | freebsd-ports-gnome-34266824c96d6f68f2412fe7d932a06bdb6d77cc.tar.gz freebsd-ports-gnome-34266824c96d6f68f2412fe7d932a06bdb6d77cc.tar.zst freebsd-ports-gnome-34266824c96d6f68f2412fe7d932a06bdb6d77cc.zip |
Suposedly this is need when WITH_NCURSES_PORT is defined on a
FreeBSD 3.x box.
Submitted by: Aaron Smith <aaron@mutex.org>
Diffstat (limited to 'mail/mutt14')
-rw-r--r-- | mail/mutt14/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 5ff09453e175..0ab091d9a890 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -42,6 +42,7 @@ BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell .elif defined(WITH_NCURSES_PORT) LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses +CFLAGS+= -I${PREFIX}/include/ncurses .elif defined(WITH_SLANG) LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang .endif |