diff options
author | tron <tron@pkgsrc.org> | 1999-08-13 19:13:39 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-13 19:13:39 +0000 |
commit | d767e0b773d59e92e2d6f77d4fccd67750aea7e0 (patch) | |
tree | 2f10874216f6c12d74b31368343e4cb324de532e /games | |
parent | d951c8eb9e6d6d4c25b261d147735bbc24df84c4 (diff) | |
download | pkgsrc-d767e0b773d59e92e2d6f77d4fccd67750aea7e0.tar.gz |
Enable "xjewel". Fixes PR pkg/8198 by Julian Coleman.
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 a71b516857d..c434848fe36 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 1999/07/24 02:34:34 hubertf Exp $ +# $NetBSD: Makefile,v 1.55 1999/08/13 19:13:39 tron Exp $ # FreeBSD Id: Makefile,v 1.87 1997/10/15 04:58:31 max Exp # @@ -89,7 +89,7 @@ # SUBDIR += xgammon # SUBDIR += xgolgo # SUBDIR += xinvaders -# SUBDIR += xjewel + SUBDIR += xjewel SUBDIR += xjig SUBDIR += xkobo # SUBDIR += xlife |