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 | |
parent | 6ab10bb92cc8eb96f492347e6e8caa21e5c0b545 (diff) | |
download | ports-6c450aae0f9b1c770813cb4c9964a62d308b33c1.tar.gz ports-6c450aae0f9b1c770813cb4c9964a62d308b33c1.zip |
Remove extraneous x11 from CATEGORIES.
Submitted by: Josh Gilliam <josh@quick.net>
Notes
Notes:
svn path=/head/; revision=14734
Diffstat (limited to 'games/spellcast')
-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 |