diff options
author | asami <asami@FreeBSD.org> | 1999-03-09 09:16:40 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-03-09 09:16:40 +0000 |
commit | 37f9893a7641d477814dd527d1b1c46eded86fed (patch) | |
tree | d7f6ffde93de9964fdda9b63492104963bd58970 /graphics | |
parent | b7eb2d3a83fb88d56063aba2fbf7f511ae86360a (diff) | |
download | FreeBSD-ports-37f9893a7641d477814dd527d1b1c46eded86fed.zip FreeBSD-ports-37f9893a7641d477814dd527d1b1c46eded86fed.tar.gz |
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 84e64dd..484f6f5 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/ |