wok-4.x rev 9771
spidermonkey: Fix BUILD_DEPENDS
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 11 21:00:31 2011 +0200 (2011-05-11) |
parents | 74bfdbd99e97 |
children | 3271c62b0206 |
files | spidermonkey/receipt |
line diff
1.1 --- a/spidermonkey/receipt Wed May 11 20:32:36 2011 +0200 1.2 +++ b/spidermonkey/receipt Wed May 11 21:00:31 2011 +0200 1.3 @@ -5,14 +5,15 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Mozilla C implementation of Javascript" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 -DEPENDS="nspr" 1.8 -BUILD_DEPENDS="" 1.9 SOURCE="js" 1.10 TARBALL="$SOURCE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.mozilla.org/js/spidermonkey/" 1.12 WGET_URL="http://ftp.mozilla.org/pub/mozilla.org/js/$TARBALL" 1.13 TAGS="javascript" 1.14 1.15 +DEPENDS="nspr" 1.16 +BUILD_DEPENDS="nspr-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 {