diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-16 16:47:56 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-16 16:47:56 +0000 |
commit | c056f83b88c7cec246a1d949641fd5a64c873997 (patch) | |
tree | 3a294a82017b0720781206fd920203de1e4a6aee /lang/spidermonkey17 | |
parent | 1399aac2c12d418c64a9db1f9af5ef5b5079f03c (diff) | |
download | ports-c056f83b88c7cec246a1d949641fd5a64c873997.tar.gz ports-c056f83b88c7cec246a1d949641fd5a64c873997.zip |
Notes
Diffstat (limited to 'lang/spidermonkey17')
-rw-r--r-- | lang/spidermonkey17/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/spidermonkey17/Makefile b/lang/spidermonkey17/Makefile index 72568bcc4b76..73331961ce3f 100644 --- a/lang/spidermonkey17/Makefile +++ b/lang/spidermonkey17/Makefile @@ -21,7 +21,7 @@ MAKE_ARGS+= JS_THREADSAFE=YES \ LDFLAGS="-L${LOCALBASE}/lib" CFLAGS+= -I${LOCALBASE}/include/nspr -USES= gmake +USES= gmake readline MAKEFILE= Makefile.ref ALL_TARGET= ${OPSYS}`${UNAME} -r`_DBG.OBJ/js MAKE_ENV+= CCC="${CXX}" |