diff options
author | marino <marino@FreeBSD.org> | 2016-02-06 00:39:08 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-06 00:39:08 +0800 |
commit | 7cceaac9b636dae8d27c28af2738dff17215cfb1 (patch) | |
tree | e76ed92928e06aead59bd5467f9cdc54d9ead315 /japanese/jed/Makefile | |
parent | 75066cb0622c41f9251d6ede091f25abcb0204ca (diff) | |
download | freebsd-ports-gnome-7cceaac9b636dae8d27c28af2738dff17215cfb1.tar.gz freebsd-ports-gnome-7cceaac9b636dae8d27c28af2738dff17215cfb1.tar.zst freebsd-ports-gnome-7cceaac9b636dae8d27c28af2738dff17215cfb1.zip |
japanese/jed: USES+= ncurses, link with ncurses (not curses)
Diffstat (limited to 'japanese/jed/Makefile')
-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 |