From f06d13b6ff11d7e42829196e9274cc7b711f963c Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Sat, 21 Feb 1998 22:38:11 +0000 Subject: 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. --- graphics/gimp-app-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/gimp-app-devel') diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 4f7125a3a9da..caffb6367ee7 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/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}/ \ -- cgit v1.2.3