diff options
author | fenner <fenner@FreeBSD.org> | 1998-02-21 22:38:11 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1998-02-21 22:38:11 +0000 |
commit | 5dc205f1c327e4987dabf7f50e449e0819d18c48 (patch) | |
tree | bb4c9a1a345e65a276cda839e6514e648bbe126a /graphics/gimp-app | |
parent | 2859a011f41277280a4e6bec29505bcc24e095f9 (diff) | |
download | FreeBSD-ports-5dc205f1c327e4987dabf7f50e449e0819d18c48.zip FreeBSD-ports-5dc205f1c327e4987dabf7f50e449e0819d18c48.tar.gz |
Add tk virtual category where missing. List of ports which depend on tk
but aren't in a tk virtual category from
awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX
I didn't do anything about the ports which depend on things which depend
on a tk revision. I'd be afraid that the depended-upon port might change
and thus outdate the virtual category in the depender.
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 4f7125a..caffb63 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.18 1998/01/07 13:34:07 erich Exp $ +# $Id: Makefile,v 1.19 1998/01/28 15:39:56 erich Exp $ # MAJOR= 0 @@ -18,7 +18,7 @@ DISTFILES= ${DISTNAME}.tar.gz DISTFILES+= gimp-data-min-${MM_VERSION}b.tar.gz \ gimp-data-extras-${MM_VERSION}a.tar.gz -CATEGORIES= graphics +CATEGORIES= graphics tk80 MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/0.99/${VERSION}/ \ ftp://ftp.cs.umn.edu/pub/gimp/gimp/0.99/${VERSION}/ \ |