diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1998-02-21 22:38:11 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1998-02-21 22:38:11 +0000 |
commit | f06d13b6ff11d7e42829196e9274cc7b711f963c (patch) | |
tree | c15c7cef6ca18b87209821c275e5a0fe67cbd0c0 /audio | |
parent | ae34d3042d2b5ef7abf74962a8e9d938385ed002 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=9876
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmpeg3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmpeg3/Makefile b/audio/xmpeg3/Makefile index f3b4d32c79c1..42400b2392b9 100644 --- a/audio/xmpeg3/Makefile +++ b/audio/xmpeg3/Makefile @@ -3,12 +3,12 @@ # Date created: 7 July 1997 # Whom: doconnor@ist.flinders.edu.au # -# $Id: Makefile,v 1.2 1997/10/30 00:42:27 asami Exp $ +# $Id: Makefile,v 1.3 1997/10/30 15:04:15 tg Exp $ # DISTNAME= xmp3_1.0.0 PKGNAME= xmpeg3-1.0 -CATEGORIES= audio +CATEGORIES= audio tk80 MASTER_SITES= ftp://ftp.rasip.fer.hr/pub/mpeg/ EXTRACT_SUFX= .tgz |