diff options
author | max <max@FreeBSD.org> | 1996-10-10 13:19:29 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-10-10 13:19:29 +0800 |
commit | cdbc79f14a4b11613eb0d8778b4911965f752aec (patch) | |
tree | 8b77541f46129781509325bb7956cfff43a208d7 /games/xeyesplus | |
parent | d6486924a160b5b3f6208846942641b7b4a81b42 (diff) | |
download | freebsd-ports-gnome-cdbc79f14a4b11613eb0d8778b4911965f752aec.tar.gz freebsd-ports-gnome-cdbc79f14a4b11613eb0d8778b4911965f752aec.tar.zst freebsd-ports-gnome-cdbc79f14a4b11613eb0d8778b4911965f752aec.zip |
Oops, I didn't meant to put x11 in the CATEGORIES.
Diffstat (limited to 'games/xeyesplus')
-rw-r--r-- | games/xeyesplus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xeyesplus/Makefile b/games/xeyesplus/Makefile index 7916441faa6b..9587fe34cdc1 100644 --- a/games/xeyesplus/Makefile +++ b/games/xeyesplus/Makefile @@ -3,12 +3,12 @@ # Date created: 20 Oct 1996 # Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1996/10/10 05:12:00 max Exp $ # DISTNAME= xeyes+2.01 PKGNAME= xeyes+-2.01 -CATEGORIES+= games x11 +CATEGORIES+= games MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/X/contrib/misc/ |