diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-02 05:21:27 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-02 05:21:27 +0000 |
commit | 3eba3aa50afd3298e1c6e1c66430155aa903141f (patch) | |
tree | 41b317c82b8b4a0c904606a5ac6760085df9b630 /x11-toolkits/gtk12/Makefile | |
parent | * Install message files in ${PREFIX}/share/locale, not ${PREFIX}/lib/locale (diff) |
Upgrade to 1.2.2.
I don't know all of the gtk dependency. If it breaks some ports,
please back this out.
Diffstat (limited to 'x11-toolkits/gtk12/Makefile')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 666b0a0952cc..3f95abd930bd 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.1 +# Version required: 1.2.2 # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.47 1999/03/19 04:40:05 nectar Exp $ +# $Id: Makefile,v 1.48 1999/03/27 00:00:16 flathill Exp $ # -DISTNAME= gtk+-1.2.1 -PKGNAME= gtk-1.2.1 +DISTNAME= gtk+-1.2.2 +PKGNAME= gtk-1.2.2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \ |