summaryrefslogtreecommitdiff
path: root/package/scons
diff options
context:
space:
mode:
authorThorsten Glaser <tg@mirbsd.org>2014-03-19 20:40:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-19 20:40:46 +0100
commitefe4bb828100c6f13f0f51dd756aa7ed321ed184 (patch)
tree6720d18728cd7a04c9e26232e0bb4533d4722f37 /package/scons
parentccfc341cc82c5b6e43a56301797cbce18abe84db (diff)
implement recursive dependency resolution for host packages
(but host and target packages have strictly disjunct dependency groups)
Diffstat (limited to 'package/scons')
-rw-r--r--package/scons/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/scons/Makefile b/package/scons/Makefile
index 9e92c9917..d379eb8a4 100644
--- a/package/scons/Makefile
+++ b/package/scons/Makefile
@@ -9,7 +9,7 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 083ce5624d6adcbdaf2526623f456ca9
PKG_DESCR:= a software construction tool
PKG_SECTION:= lang
-PKG_BUILDDEP:= bzip2-host python2-host
+HOST_BUILDDEP:= bzip2-host python2-host
PKG_URL:= http://www.scons.org
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=scons/}