diff options
author | asami <asami@FreeBSD.org> | 1999-03-09 17:16:40 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-03-09 17:16:40 +0800 |
commit | 37f9893a7641d477814dd527d1b1c46eded86fed (patch) | |
tree | d7f6ffde93de9964fdda9b63492104963bd58970 /graphics | |
parent | b7eb2d3a83fb88d56063aba2fbf7f511ae86360a (diff) | |
download | freebsd-ports-gnome-37f9893a7641d477814dd527d1b1c46eded86fed.tar.gz freebsd-ports-gnome-37f9893a7641d477814dd527d1b1c46eded86fed.tar.zst freebsd-ports-gnome-37f9893a7641d477814dd527d1b1c46eded86fed.zip |
Remove "x11" from categories, this is just an application that uses X.
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/ |