diff options
author | zafer <zafer@pkgsrc.org> | 2010-05-16 17:06:49 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2010-05-16 17:06:49 +0000 |
commit | df5745186886e698fe27db05d6a4245e5a1bc962 (patch) | |
tree | 685564b828760ddc939ad6c707289645089da44f /graphics | |
parent | 691e47239d52116ebec8818c8ed5c55b865d3d6a (diff) | |
download | pkgsrc-df5745186886e698fe27db05d6a4245e5a1bc962.tar.gz |
the checksums coming from ftp.gnome.org and its mirror differ from the file coming from clutter-project.org. Temporarily disable MASTER_SITES_GNOME.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/clutter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index 515006afb97..5e34c83f919 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2010/05/12 00:57:34 obache Exp $ +# $NetBSD: Makefile,v 1.14 2010/05/16 17:06:49 zafer Exp $ # DISTNAME= clutter-1.2.8 CATEGORIES= graphics -MASTER_SITES= http://www.clutter-project.org/sources/clutter/1.2/ \ - ${MASTER_SITE_GNOME:=sources/clutter/1.2/} +MASTER_SITES= http://www.clutter-project.org/sources/clutter/1.2/ +# ${MASTER_SITE_GNOME:=sources/clutter/1.2/} MAINTAINER= obache@NetBSD.org HOMEPAGE= http://clutter-project.org/ |