Date: Fri, 5 Feb 2016 16:39:08 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408221 - head/japanese/jed Message-ID: <201602051639.u15Gd8Rj076107@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Feb 5 16:39:08 2016 New Revision: 408221 URL: https://svnweb.freebsd.org/changeset/ports/408221 Log: japanese/jed: USES+= ncurses, link with ncurses (not curses) Modified: head/japanese/jed/Makefile Modified: head/japanese/jed/Makefile ============================================================================== --- head/japanese/jed/Makefile Fri Feb 5 16:34:59 2016 (r408220) +++ head/japanese/jed/Makefile Fri Feb 5 16:39:08 2016 (r408221) @@ -20,8 +20,9 @@ LIB_DEPENDS= libslang.so:${PORTSDIR}/jap 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051639.u15Gd8Rj076107>