diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-06 22:37:43 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-06 22:37:43 +0000 |
commit | 491c51f8077d2845e9012593c98069a209fbae1b (patch) | |
tree | 7e59886420e57f582d1404611b9fefb35c887faf /x11-toolkits/gtk30/Makefile | |
parent | 2215a0e37d920ed52f16bdd075829c6b42aa1779 (diff) | |
download | ports-491c51f8077d2845e9012593c98069a209fbae1b.tar.gz ports-491c51f8077d2845e9012593c98069a209fbae1b.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 33b5623741da..65e9e5a0911f 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -6,9 +6,9 @@ # PORTNAME= gtk -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-beta2,} \ +MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-beta3,} \ ftp://ftp.gimp.org/pub/%SUBDIR%/ \ ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ http://www.ameth.org/gimp/%SUBDIR%/ \ @@ -38,7 +38,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -PLIST_SUB= GTK_VERSION="${PORTVERSION}" +PLIST_SUB= GTK_VERSION="2.0.0" MAN1= gdk-pixbuf-csource.1 |