summaryrefslogtreecommitdiff
path: root/misc/kcd-devel
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 /misc/kcd-devel
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 'misc/kcd-devel')
-rw-r--r--misc/kcd-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/kcd-devel/Makefile b/misc/kcd-devel/Makefile
index c9317448131f..3e7928774fe6 100644
--- a/misc/kcd-devel/Makefile
+++ b/misc/kcd-devel/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
-LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
+LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
USE_NEWGCC= yes