From 27a9f09ae8e63e7f0a02b2aebf329b94ebba84b7 Mon Sep 17 00:00:00 2001 From: asami Date: Tue, 14 Nov 2000 01:13:31 +0000 Subject: Shlib version of ncurses is now at 5. This port still doesn't build (ncurses version mismatch?) but at least we're seeing real compilation errors. Submitted by: bento --- net/mudix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/mudix') diff --git a/net/mudix/Makefile b/net/mudix/Makefile index 7816a90c3227..2bccc1bd5024 100644 --- a/net/mudix/Makefile +++ b/net/mudix/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://dwizardry.dhs.org/mudix/ MAINTAINER= will@FreeBSD.org -LIB_DEPENDS+= ncurses.4:${PORTSDIR}/devel/ncurses +LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses WRKSRC= ${WRKDIR}/${DISTNAME}/src ALL_TARGET= mudix -- cgit