diff options
author | flathill <flathill@FreeBSD.org> | 1999-03-27 08:00:16 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-03-27 08:00:16 +0800 |
commit | 70dca752756fcc0b387816fb6e3fd0457414ac50 (patch) | |
tree | 0136cf9f53c63dc12747e60fee837483af1677a5 /x11-toolkits/gtk12/Makefile | |
parent | b577858cf143cf0f0df40c85a65cdbff1addb4bd (diff) | |
download | freebsd-ports-gnome-70dca752756fcc0b387816fb6e3fd0457414ac50.tar.gz freebsd-ports-gnome-70dca752756fcc0b387816fb6e3fd0457414ac50.tar.zst freebsd-ports-gnome-70dca752756fcc0b387816fb6e3fd0457414ac50.zip |
Update to 1.2.1
Can't apply patch-aa and it is needless
PR: ports/10811
Submitted by: mreimer@vpop.net
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 2d6a85691ed2..666b0a0952cc 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.0 +# Version required: 1.2.1 # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.46 1999/03/09 01:09:08 nectar Exp $ +# $Id: Makefile,v 1.47 1999/03/19 04:40:05 nectar Exp $ # -DISTNAME= gtk+-1.2.0 -PKGNAME= gtk-1.2.0 +DISTNAME= gtk+-1.2.1 +PKGNAME= gtk-1.2.1 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \ |