aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-02-06 01:47:59 +0800
committermarino <marino@FreeBSD.org>2016-02-06 01:47:59 +0800
commit4b1d83d0d53989bf01e7fa1a55fa399e63edab1d (patch)
treeda705045cd6a1eb974307af1fe33e3de322783b4
parent9e59865f033484e4a961f9d0a69b186fadb0d503 (diff)
downloadfreebsd-ports-gnome-4b1d83d0d53989bf01e7fa1a55fa399e63edab1d.tar.gz
freebsd-ports-gnome-4b1d83d0d53989bf01e7fa1a55fa399e63edab1d.tar.zst
freebsd-ports-gnome-4b1d83d0d53989bf01e7fa1a55fa399e63edab1d.zip
x11/xterm: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libtermcap approved by: infrastructure blanket
-rw-r--r--lang/spidermonkey17/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/spidermonkey17/Makefile b/lang/spidermonkey17/Makefile
index 72a7f7b1bb60..d8b008fb37e1 100644
--- a/lang/spidermonkey17/Makefile
+++ b/lang/spidermonkey17/Makefile
@@ -16,13 +16,13 @@ LIB_DEPENDS= libnspr4.so:${PORTSDIR}/devel/nspr
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}"