aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/topaz/Makefile2
-rw-r--r--misc/pinfo/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/math/topaz/Makefile b/math/topaz/Makefile
index 70c6462863d4..7e7b6eb12e0b 100644
--- a/math/topaz/Makefile
+++ b/math/topaz/Makefile
@@ -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
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile
index a273d5515c41..e12925412d6b 100644
--- a/misc/pinfo/Makefile
+++ b/misc/pinfo/Makefile
@@ -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 \