summaryrefslogtreecommitdiffstats
path: root/include/download.mk
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2008-09-01 21:46:17 +0000
committerLars-Peter Clausen <lars@metafoo.de>2008-09-01 21:46:17 +0000
commit2552e9362b8b6ce157d3903df6477e7b35bab1ef (patch)
tree62d30d16c8f9f2a64e0bbe0ca7f842e83a0c2e75 /include/download.mk
parent0fdecd35bd47fe8ae6ec819d936dc70d88e878bd (diff)
downloadmaster-31e0f0ae-2552e9362b8b6ce157d3903df6477e7b35bab1ef.tar.gz
master-31e0f0ae-2552e9362b8b6ce157d3903df6477e7b35bab1ef.tar.bz2
master-31e0f0ae-2552e9362b8b6ce157d3903df6477e7b35bab1ef.zip
Add @GNOME download source.
SVN-Revision: 12469
Diffstat (limited to 'include/download.mk')
-rw-r--r--include/download.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/download.mk b/include/download.mk
index 406afee48e..7a4d90da98 100644
--- a/include/download.mk
+++ b/include/download.mk
@@ -11,7 +11,7 @@ DOWNLOAD_RDEP:=$(STAMP_PREPARED)
define dl_method
$(strip \
$(if $(2),$(2), \
- $(if $(filter @GNU/% @KERNEL/% @SF/% ftp://% http://%,$(1)),default, \
+ $(if $(filter @GNOME/% @GNU/% @KERNEL/% @SF/% ftp://% http://%,$(1)),default, \
$(if $(filter git://%,$(1)),git, \
$(if $(filter svn://%,$(1)),svn, \
$(if $(filter cvs://%,$(1)),cvs, \