aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2010-05-14 20:21:51 +0800
committerwxs <wxs@FreeBSD.org>2010-05-14 20:21:51 +0800
commitfac2b9c67020646d8317ca7e36bc7e0b41a35fe7 (patch)
treee5f4bf16ce8d1683b7189c5048e87dc4a0612a27 /mail
parente38d3b9af7754363ed4955a57a7812459ef91d60 (diff)
downloadfreebsd-ports-gnome-fac2b9c67020646d8317ca7e36bc7e0b41a35fe7.tar.gz
freebsd-ports-gnome-fac2b9c67020646d8317ca7e36bc7e0b41a35fe7.tar.zst
freebsd-ports-gnome-fac2b9c67020646d8317ca7e36bc7e0b41a35fe7.zip
Band-aid to fix the unrecorded dependency on devel/ncurses if it is already
installed. A proper fix is probably deep in autotools. Noticed by: wxs@ Approved by: maintainer (private mail)
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 2dde4cb87b5a..0444e947604e 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -284,7 +284,7 @@ USE_ICONV= yes
XML_USED= no
.endif
.if defined(MUTT_USES_NCURSES)
-.if defined(WITH_MUTT_NCURSES_PORT)
+.if defined(WITH_MUTT_NCURSES_PORT) || exists(${LOCALBASE}/lib/libncurses.a)
MUTT_USES_NCURSES_PORT= yes
.endif
.endif