From 240071263dcf5c6436101c5b47b433bad2619876 Mon Sep 17 00:00:00 2001 From: John Marino Date: Fri, 5 Feb 2016 16:39:08 +0000 Subject: japanese/jed: USES+= ncurses, link with ncurses (not curses) --- japanese/jed/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'japanese/jed') diff --git a/japanese/jed/Makefile b/japanese/jed/Makefile index c6f4128958c9..f16883611daa 100644 --- a/japanese/jed/Makefile +++ b/japanese/jed/Makefile @@ -20,8 +20,9 @@ LIB_DEPENDS= libslang.so:${PORTSDIR}/japanese/libslang VERSION= 0.99.8 JP_VERSION= 067 +USES= ncurses GNU_CONFIGURE= yes -CONFIGURE_ENV= JED_ROOT="${JED_ROOT}" X_EXTRA_LIBS="-lcurses" +CONFIGURE_ENV= JED_ROOT="${JED_ROOT}" X_EXTRA_LIBS="-lncurses" CONFIGURE_ARGS= --enable-x-locale=no ALL_TARGET= ${BINSTUFF} getmail MAKE_JOBS_UNSAFE= yes -- cgit v1.2.3