diff options
author | tron <tron@pkgsrc.org> | 1998-07-30 23:12:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-07-30 23:12:51 +0000 |
commit | 02f77f7ed03a6e2dd376a1b9ddb79c7267f45444 (patch) | |
tree | 82e780392cd88333dddfebd58f4d91467c4b5726 /games | |
parent | 7d3bcdc09d6eb72ea051b78a7b1322db7324f2e8 (diff) | |
download | pkgsrc-02f77f7ed03a6e2dd376a1b9ddb79c7267f45444.tar.gz |
Add and enable "maelstrom", fixes PR pkg/5876 by Tim Rightnour.
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index d5d876e5e4a..e45742675c6 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1998/07/30 21:42:10 tron Exp $ +# $NetBSD: Makefile,v 1.20 1998/07/30 23:12:51 tron Exp $ # FreeBSD Id: Makefile,v 1.87 1997/10/15 04:58:31 max Exp # @@ -33,6 +33,7 @@ SUBDIR += kdegames # SUBDIR += klondike # SUBDIR += lincity + SUBDIR += maelstrom SUBDIR += mirrormagic # SUBDIR += nethack # SUBDIR += nethack-qt |