diff options
author | obache <obache@pkgsrc.org> | 2009-11-21 01:34:18 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-11-21 01:34:18 +0000 |
commit | 88e7c56d726c3e3ea4ea9e8bfd3665f709e3afca (patch) | |
tree | 8abae63bfbb976f232cbf46ac0cde2ef7d63aa21 /graphics/clutter/Makefile | |
parent | 5133dffe6cd5f6fcc4e267af7d65dc01122c6a80 (diff) | |
download | pkgsrc-88e7c56d726c3e3ea4ea9e8bfd3665f709e3afca.tar.gz |
clutter is also provided via MASTER_SITE_GNOME.
Diffstat (limited to 'graphics/clutter/Makefile')
-rw-r--r-- | graphics/clutter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index 79f02d3d140..c4bed4155fb 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2009/10/26 08:45:51 obache Exp $ +# $NetBSD: Makefile,v 1.7 2009/11/21 01:34:18 obache Exp $ # DISTNAME= clutter-1.0.8 CATEGORIES= graphics -MASTER_SITES= http://www.clutter-project.org/sources/clutter/1.0/ +MASTER_SITES= http://www.clutter-project.org/sources/clutter/1.0/ \ + ${MASTER_SITE_GNOME:=sources/clutter/1.0/} MAINTAINER= obache@NetBSD.org HOMEPAGE= http://clutter-project.org/ |