diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 16:39:08 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 16:39:08 +0000 |
commit | 240071263dcf5c6436101c5b47b433bad2619876 (patch) | |
tree | e76ed92928e06aead59bd5467f9cdc54d9ead315 | |
parent | e55ad419afb58483f83be2cd78da01e1ada18fd3 (diff) | |
download | ports-240071263dcf5c6436101c5b47b433bad2619876.tar.gz ports-240071263dcf5c6436101c5b47b433bad2619876.zip |
Notes
-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 |