aboutsummaryrefslogtreecommitdiff
path: root/lang/spidermonkey/Makefile
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2011-09-14 21:55:17 +0000
committerFlorian Smeets <flo@FreeBSD.org>2011-09-14 21:55:17 +0000
commit2aba5e103f065b7b2554eb39c05794986095a15f (patch)
treec886269f66f436504fe5186bbc4578b53a801bc6 /lang/spidermonkey/Makefile
parent57c3da1b0ab97ee42c616b0fe16961bd88724d7e (diff)
downloadports-2aba5e103f065b7b2554eb39c05794986095a15f.tar.gz
ports-2aba5e103f065b7b2554eb39c05794986095a15f.zip
Notes
Diffstat (limited to 'lang/spidermonkey/Makefile')
-rw-r--r--lang/spidermonkey/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile
index f3f6e3eb344d..e9b022f3692f 100644
--- a/lang/spidermonkey/Makefile
+++ b/lang/spidermonkey/Makefile
@@ -6,6 +6,7 @@
PORTNAME= spidermonkey
DISTVERSION= 1.7.0
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
MASTER_SITE_SUBDIR= js
@@ -34,10 +35,10 @@ JSH= jsapi.h jsarena.h jsarray.h jsatom.h jsautocfg.h jsbool.h \
jsclist.h jscntxt.h jscompat.h jsconfig.h jsdate.h jsdhash.h \
jsdtoa.h jsemit.h jsexn.h jsfun.h jsgc.h jshash.h jsinterp.h \
jsiter.h jslibmath.h jslock.h jslong.h jsmath.h jsnum.h jsobj.h \
- jsopcode.h jsosdep.h jsotypes.h jsparse.h jsprvtd.h jspubtd.h \
- jsregexp.h jsscan.h jsscope.h jsscript.h jsstr.h jstypes.h \
- jsxdrapi.h jsxml.h \
- jsproto.tbl
+ jsopcode.h jsosdep.h jsotypes.h jsparse.h jsprf.h jsprvtd.h \
+ jspubtd.h jsutil.h jsregexp.h jsscan.h jsscope.h jsscript.h \
+ jsstr.h jstypes.h jsxdrapi.h jsxml.h \
+ js.msg jsproto.tbl
PLIST_FILES= bin/js lib/libjs.so lib/libjs.so.1 ${JSH:S,^,include/,}
WRKSRC= ${WRKDIR}/${SRC_DIR}