diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-03-09 09:16:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-03-09 09:16:40 +0000 |
commit | 107739921b11d39f8fadf8b30d6ade9ab3509e27 (patch) | |
tree | a90a9aac2c55b6ee7843a367d39bb2d210083a34 /graphics | |
parent | da781b5ae8e046760f5f75303fbcc3574a36f7b5 (diff) |
Remove "x11" from categories, this is just an application that uses X.
Notes
Notes:
svn path=/head/; revision=17111
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tgif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 84e64dd3d54f..484f6f560e96 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -3,11 +3,11 @@ # Date created: 30 Jan 1999 # Whom: bmc@WillsCreek.COM # -# $Id: Makefile,v 1.9 1999/01/31 20:29:37 obrien Exp $ +# $Id: Makefile,v 1.10 1999/03/08 21:56:47 steve Exp $ # DISTNAME= tgif-4.0.18 -CATEGORIES= graphics x11 +CATEGORIES= graphics MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ftp://ftp.cs.ucla.edu/pub/tgif/ |