summaryrefslogtreecommitdiff
path: root/shells
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 /shells
parentAdd 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 'shells')
-rw-r--r--shells/flash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/flash/Makefile b/shells/flash/Makefile
index 24510509d1bb..a11c6aaefc89 100644
--- a/shells/flash/Makefile
+++ b/shells/flash/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
# outdated version of ncurses in non-CURRENT
.if ${OSVERSION} < 400000
-LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
+LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
GNU_CONFIGURE= yes