diff options
author | asami <asami@FreeBSD.org> | 1998-08-07 23:08:39 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-07 23:08:39 +0000 |
commit | 9434cb5021a883c8dc8e3c877c77d176880efc3d (patch) | |
tree | 3cbde5b24f859b34e82e60b90e4b12e974f1418c /x11-toolkits/gtk12 | |
parent | 244ed4256637f1dc064f3c6bf52b86eef4f6fab8 (diff) | |
download | FreeBSD-ports-9434cb5021a883c8dc8e3c877c77d176880efc3d.zip FreeBSD-ports-9434cb5021a883c8dc8e3c877c77d176880efc3d.tar.gz |
I'm not sure how I missed these before. Move "gtk gtk11 p5-Gtk
p5-Tcl-Tk p5-Tk" from x11 to x11-toolkits. Note gtk11 is not in the
Makefile because it's a repository copy of gtk awaiting an upgrade
(vanilla, wake up! :).
Diffstat (limited to 'x11-toolkits/gtk12')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index e18090a..2556e97 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -3,12 +3,12 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.20 1998/06/07 02:05:42 vanilla Exp $ +# $Id: Makefile,v 1.21 1998/07/30 05:24:38 vanilla Exp $ # DISTNAME= gtk+-1.0.5 PKGNAME= gtk-1.0.5 -CATEGORIES= x11 +CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.0/ \ http://www.ameth.org/gimp/pub/gtk/v1.0/ |