diff options
author | asami <asami@FreeBSD.org> | 1998-07-28 07:25:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-07-28 07:25:33 +0800 |
commit | 16a95f548a758d828bcacff04535926bcce180b1 (patch) | |
tree | 32a03d4fa1b62c956de2cd87f27a4f6b1e82c320 /games/xisola | |
parent | 7836a4102623d9d92425926490542d3cf33bd656 (diff) | |
download | freebsd-ports-graphics-16a95f548a758d828bcacff04535926bcce180b1.tar.gz freebsd-ports-graphics-16a95f548a758d828bcacff04535926bcce180b1.tar.zst freebsd-ports-graphics-16a95f548a758d828bcacff04535926bcce180b1.zip |
Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.
Partial list submitted by: Josh Gilliam <josh@quick.net>
Diffstat (limited to 'games/xisola')
-rw-r--r-- | games/xisola/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xisola/Makefile b/games/xisola/Makefile index baada8cc047..a1c27bd7be3 100644 --- a/games/xisola/Makefile +++ b/games/xisola/Makefile @@ -3,11 +3,11 @@ # Date created: 9 May 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/18 09:10:51 tg Exp $ # DISTNAME= xisola-1.0 -CATEGORIES= games x11 +CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games |