summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-05 16:39:08 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-05 16:39:08 +0000
commit240071263dcf5c6436101c5b47b433bad2619876 (patch)
treee76ed92928e06aead59bd5467f9cdc54d9ead315 /japanese
parentUpdate shotwell to a git snapshot. (diff)
japanese/jed: USES+= ncurses, link with ncurses (not curses)
Notes
Notes: svn path=/head/; revision=408221
Diffstat (limited to 'japanese')
-rw-r--r--japanese/jed/Makefile3
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