diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-11 15:45:29 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-11 15:45:29 +0000 |
commit | f060b1fed66041370cc5e1949b769b8e5ccea94c (patch) | |
tree | 9b0083ee744055941810fc8913537a9770eb7d7a /accessibility/atk | |
parent | d7601c3483edd5998068b8f9089fde530848347b (diff) | |
download | FreeBSD-ports-f060b1fed66041370cc5e1949b769b8e5ccea94c.zip FreeBSD-ports-f060b1fed66041370cc5e1949b769b8e5ccea94c.tar.gz |
Finish up the '\' tag team with sobomax, and hopefully get atk building
again.
Reported by: Dan Langille <dan@langille.org>
Diffstat (limited to 'accessibility/atk')
-rw-r--r-- | accessibility/atk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 76b4c1a..6cedc19 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -8,7 +8,7 @@ PORTNAME= atk PORTVERSION= 1.0.2 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITES= ${MASTER_SITE_GNOME} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020607 #MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ |