aboutsummaryrefslogtreecommitdiffstats
path: root/lang/spidermonkey17/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/spidermonkey17/Makefile')
-rw-r--r--lang/spidermonkey17/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/spidermonkey17/Makefile b/lang/spidermonkey17/Makefile
index 92addbb566f1..c2b9e7010da1 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
-USE_GMAKE= YES
+USES= gmake
MAKEFILE= Makefile.ref
ALL_TARGET= ${OPSYS}`${UNAME} -r`_DBG.OBJ/js
MAKE_ENV+= CCC="${CXX}"