svn commit: r408221 - head/japanese/jed

John Marino marino at FreeBSD.org
Fri Feb 5 16:39:09 UTC 2016


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


More information about the svn-ports-all mailing list