diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-01 19:00:17 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-01 19:00:17 +0000 |
commit | 83ec2a93cff25078a42287ae04c27bf865215c41 (patch) | |
tree | 0ccbbf71dc80987a96f8c6e3e3e1145d699669ba /accessibility/atk/Makefile | |
parent | cd2c3010af005ec4e86e10238e688e6c168e77e3 (diff) | |
download | FreeBSD-ports-83ec2a93cff25078a42287ae04c27bf865215c41.zip FreeBSD-ports-83ec2a93cff25078a42287ae04c27bf865215c41.tar.gz |
Update to 1.0.2.
This is a set of commits for GTK+-2.0 and friends to support
freetype2-2.1.0.
PR: 38796
Diffstat (limited to 'accessibility/atk/Makefile')
-rw-r--r-- | accessibility/atk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 2193f77..b6c9ce7 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -6,9 +6,10 @@ # PORTNAME= atk -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.0/ \ + ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020525 #MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ # ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ |