diff options
author | pooka <pooka@pkgsrc.org> | 1999-12-25 16:22:03 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 1999-12-25 16:22:03 +0000 |
commit | 24080d103eb8638403f2c3a70b31a80a893e6caf (patch) | |
tree | 58ddffdf415c2b6db65cd31fc9f84721c1e8f6a0 /games | |
parent | 4f2efc1e0427c38513d2194d72f881cc6e18f989 (diff) | |
download | pkgsrc-24080d103eb8638403f2c3a70b31a80a893e6caf.tar.gz |
Remeber to disable nethack-qt because it doesn't work currently
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/Makefile b/games/Makefile index 7b83307c1c0..aa619ff2d3e 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 1999/12/14 01:50:17 sakamoto Exp $ +# $NetBSD: Makefile,v 1.71 1999/12/25 16:22:03 pooka Exp $ # FreeBSD Id: Makefile,v 1.87 1997/10/15 04:58:31 max Exp # @@ -51,7 +51,7 @@ SUBDIR += moria SUBDIR += nethack SUBDIR += nethack-lib - SUBDIR += nethack-qt +# SUBDIR += nethack-qt SUBDIR += nethack-tty SUBDIR += nethack-x11 SUBDIR += nighthawk |