diff options
author | tron <tron> | 1998-07-30 21:42:10 +0000 |
---|---|---|
committer | tron <tron> | 1998-07-30 21:42:10 +0000 |
commit | 343bb7d7a5f6f6024478ac5e84c185d7e88e804a (patch) | |
tree | 916158177be598a3608b1084d32446241ba8cd3e | |
parent | 94c46dfc625694c71bf23e77525d0876c83cd588 (diff) | |
download | pkgsrc-343bb7d7a5f6f6024478ac5e84c185d7e88e804a.tar.gz |
Enable "imaze", fixes PR pkg/5873 by Tim Rightnour.
-rw-r--r-- | games/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/Makefile b/games/Makefile index 61422eb46cb..d5d876e5e4a 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1998/07/27 00:14:14 tron Exp $ +# $NetBSD: Makefile,v 1.19 1998/07/30 21:42:10 tron Exp $ # FreeBSD Id: Makefile,v 1.87 1997/10/15 04:58:31 max Exp # @@ -28,7 +28,7 @@ # SUBDIR += gnushogi SUBDIR += golddig SUBDIR += icbm3d -# SUBDIR += imaze + SUBDIR += imaze # SUBDIR += jetpack SUBDIR += kdegames # SUBDIR += klondike |