svn commit: r408241 - head/lang/spidermonkey17

John Marino marino at FreeBSD.org
Fri Feb 5 17:48:01 UTC 2016


Author: marino
Date: Fri Feb  5 17:47:59 2016
New Revision: 408241
URL: https://svnweb.freebsd.org/changeset/ports/408241

Log:
  x11/xterm: document ncurses requirement (USES+=ncurses)
  
  Also link with libncurses, not libtermcap
  
  approved by:	infrastructure blanket

Modified:
  head/lang/spidermonkey17/Makefile

Modified: head/lang/spidermonkey17/Makefile
==============================================================================
--- head/lang/spidermonkey17/Makefile	Fri Feb  5 17:47:04 2016	(r408240)
+++ head/lang/spidermonkey17/Makefile	Fri Feb  5 17:47:59 2016	(r408241)
@@ -16,13 +16,13 @@ LIB_DEPENDS=	libnspr4.so:${PORTSDIR}/dev
 CONFLICTS=	njs-[0-9]*
 
 MAKE_ARGS+=	JS_THREADSAFE=YES \
-		PROG_LIBS="-lreadline -ltermcap -lm -lpthread" \
+		PROG_LIBS="-lreadline -lncurses -lm -lpthread" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 CFLAGS+=	-I${LOCALBASE}/include/nspr
 
 BROKEN_sparc64=		Does not build on sparc64: fails to link
 
-USES=		gmake readline
+USES=		gmake ncurses readline
 MAKEFILE=	Makefile.ref
 ALL_TARGET=	${OPSYS}`${UNAME} -r`_DBG.OBJ/js
 MAKE_ENV+=	CCC="${CXX}"


More information about the svn-ports-all mailing list