Shlib version of ncurses is now at 5. These ports still don't build

(ncurses version mismatch?) but at least we're seeing real compilation
errors.

Submitted by:	bento
This commit is contained in:
Satoshi Asami
2000-11-14 00:44:10 +00:00
parent f35c8cec0f
commit 878c2609c8
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ DISTFILES= topaz-3_25-src.tar.gz
MAINTAINER= issei@jp.FreeBSD.ORG
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
ncurses.4:${PORTSDIR}/devel/ncurses
ncurses.5:${PORTSDIR}/devel/ncurses
CXX?= c++
MAKEFILE= Makefile.freebsd

View File

@@ -13,7 +13,7 @@ MASTER_SITES= http://zeus.polsl.gliwice.pl/~pborys/stable-version/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
ncurses.4:${PORTSDIR}/devel/ncurses
ncurses.5:${PORTSDIR}/devel/ncurses
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-included-gettext --with-readline \