diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2015-11-04 12:35:53 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2015-11-04 14:37:36 +1100 |
commit | 02f3f88fce063dae6838c8581da99a7ea7cfce83 (patch) | |
tree | bfb090068650ddd50f3cbe9b1b5c226e5970b60e /spidermonkey | |
parent | 711584905678bf78cdd692463f2f7688198f2c9f (diff) | |
download | opt-02f3f88fce063dae6838c8581da99a7ea7cfce83.tar.gz opt-02f3f88fce063dae6838c8581da99a7ea7cfce83.tar.xz |
spidermonkey: add missing dependency zip that is now not in core
Diffstat (limited to 'spidermonkey')
-rw-r--r-- | spidermonkey/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spidermonkey/Pkgfile b/spidermonkey/Pkgfile index b5bd5d058..5e6fe18ef 100644 --- a/spidermonkey/Pkgfile +++ b/spidermonkey/Pkgfile @@ -1,7 +1,7 @@ # Description: Javascript engine library # URL: http://www.mozilla.org/js/spidermonkey/ # Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve -# Depends on: python +# Depends on: python zip name=spidermonkey version=1.8.5 |