diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-02-19 03:39:18 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-02-19 03:39:18 +0800 |
commit | 7cd5ecb3ae85f310ec3c2d4626b276e1f346e3b7 (patch) | |
tree | 50e1beac6655132a3852203c8bbfa7d562017c3e /x11-toolkits/gtk12/Makefile | |
parent | e78686e9bc576f267dc49923052c4dc4f72938c5 (diff) | |
download | freebsd-ports-gnome-7cd5ecb3ae85f310ec3c2d4626b276e1f346e3b7.tar.gz freebsd-ports-gnome-7cd5ecb3ae85f310ec3c2d4626b276e1f346e3b7.tar.zst freebsd-ports-gnome-7cd5ecb3ae85f310ec3c2d4626b276e1f346e3b7.zip |
Update to glib/gtk 1.2.7
PR: 16809
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Diffstat (limited to 'x11-toolkits/gtk12/Makefile')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 6230c28964ae..eb111f28da43 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gtk12 -# Version required: 1.2.6 +# Version required: 1.2.7 # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ # -DISTNAME= gtk+-1.2.6 -PKGNAME= gtk-1.2.6 +DISTNAME= gtk+-1.2.7 +PKGNAME= gtk-1.2.7 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \ |