diff options
-rw-r--r-- | japanese/jed/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |