diff options
author | Steve Price <steve@FreeBSD.org> | 1998-11-21 07:27:41 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-11-21 07:27:41 +0000 |
commit | 6c450aae0f9b1c770813cb4c9964a62d308b33c1 (patch) | |
tree | 47fb91fdc945d566a6aa7b58bde3df69e9cba43f /games/spellcast/Makefile | |
parent | a very light Emacs-clone with japanese support. (diff) |
Remove extraneous x11 from CATEGORIES.
Submitted by: Josh Gilliam <josh@quick.net>
Notes
Notes:
svn path=/head/; revision=14734
Diffstat (limited to 'games/spellcast/Makefile')
-rw-r--r-- | games/spellcast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/spellcast/Makefile b/games/spellcast/Makefile index 3d6b58577591..aa4c40ff3996 100644 --- a/games/spellcast/Makefile +++ b/games/spellcast/Makefile @@ -3,11 +3,11 @@ # Date created: 28 June 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/07/31 19:32:38 nectar Exp $ +# $Id: Makefile,v 1.2 1998/08/05 09:30:57 asami Exp $ # DISTNAME= spellcast-1.1 -CATEGORIES= games x11 +CATEGORIES= games MASTER_SITES= http://www.redestb.es/personal/ragnar/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/multiplayer |