diff options
author | steve <steve@FreeBSD.org> | 1998-11-21 15:27:41 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-11-21 15:27:41 +0800 |
commit | 94bc475fd0522bf24445621e1742b1c99992abce (patch) | |
tree | bd317705322bdc734fb15186fabfbfd68ebc13ad /games/spellcast/Makefile | |
parent | 4061d8091c795fda4e1c5979d8bc82355de1ef2b (diff) | |
download | freebsd-ports-gnome-94bc475fd0522bf24445621e1742b1c99992abce.tar.gz freebsd-ports-gnome-94bc475fd0522bf24445621e1742b1c99992abce.tar.zst freebsd-ports-gnome-94bc475fd0522bf24445621e1742b1c99992abce.zip |
Remove extraneous x11 from CATEGORIES.
Submitted by: Josh Gilliam <josh@quick.net>
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 |