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/nethack-qt | |
parent | 7836a4102623d9d92425926490542d3cf33bd656 (diff) | |
download | freebsd-ports-gnome-16a95f548a758d828bcacff04535926bcce180b1.tar.gz freebsd-ports-gnome-16a95f548a758d828bcacff04535926bcce180b1.tar.zst freebsd-ports-gnome-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/nethack-qt')
-rw-r--r-- | games/nethack-qt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 96592efe5390..b39ba1a6a7af 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -3,12 +3,12 @@ # Date created: So 6 Apr 1997 04:25:57 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.12 1998/03/14 14:58:02 andreas Exp $ +# $Id: Makefile,v 1.13 1998/07/20 17:37:13 andreas Exp $ # DISTNAME= nethack-3.2.2 PKGNAME= qt-nethack-1.0.1 -CATEGORIES= games x11 +CATEGORIES= games MASTER_SITES= http://www.troll.no/warwick/nethack/ \ http://trolls.troll.no/warwick/nethack/ \ ftp://ftp.troll.no/contrib/ \ |