diff options
author | flo <flo@FreeBSD.org> | 2011-09-15 05:55:17 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-09-15 05:55:17 +0800 |
commit | e6530a960b1290301ee410f097bf9f7e6e054b23 (patch) | |
tree | 8f99932fc6dcd746ec5da8e864c2617da25cd7ae /lang/spidermonkey | |
parent | 72b71559886434a528f83960634f79792d5bd85a (diff) | |
download | freebsd-ports-gnome-e6530a960b1290301ee410f097bf9f7e6e054b23.tar.gz freebsd-ports-gnome-e6530a960b1290301ee410f097bf9f7e6e054b23.tar.zst freebsd-ports-gnome-e6530a960b1290301ee410f097bf9f7e6e054b23.zip |
install some missing includes
PR: ports/160649
Submitted by: Stephen Hurd <shurd@sasktel.net>
Approved by: maintainer
Diffstat (limited to 'lang/spidermonkey')
-rw-r--r-- | lang/spidermonkey/Makefile | 9 |
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} |