diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-11 08:15:32 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-11 08:15:32 +0000 |
commit | 1255e0c5554a7f2c67edb9e382240635b9e42065 (patch) | |
tree | 4b75e98eb763d536103457535f082b093466450f /x11-toolkits/gtk30 | |
parent | 6d01699f998c8213f9a75e23879a56f1ffb46c00 (diff) | |
download | FreeBSD-ports-1255e0c5554a7f2c67edb9e382240635b9e42065.zip FreeBSD-ports-1255e0c5554a7f2c67edb9e382240635b9e42065.tar.gz |
Update to the latest GNOME 2 snapshot. This will be done it two parts.
This first part is the GNOME 2 API. The next part will contain the desktop
components.
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 06f529b..f57ac72 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -8,8 +8,8 @@ PORTNAME= gtk PORTVERSION= 2.0.3 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.0/ \ - ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-20020525,} \ +MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-20020607,} \ + ftp://ftp.gtk.org/pub/gtk/v2.0/ \ ftp://ftp.gimp.org/pub/%SUBDIR%/ \ ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ http://www.ameth.org/gimp/%SUBDIR%/ \ |