diff options
author | tron <tron> | 1998-07-31 08:04:48 +0000 |
---|---|---|
committer | tron <tron> | 1998-07-31 08:04:48 +0000 |
commit | 5525c2fd62b99f22938c702bfa033c8987f878dd (patch) | |
tree | bc45bd9830a17e0d97a47273b5f3d8f7572ae770 | |
parent | dae538439f82767d1e1a310dbc499f4f67177a11 (diff) | |
download | pkgsrc-5525c2fd62b99f22938c702bfa033c8987f878dd.tar.gz |
Enable "xevil", fixes PR pkg/5877 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 e45742675c6..b6425002b57 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1998/07/30 23:12:51 tron Exp $ +# $NetBSD: Makefile,v 1.21 1998/07/31 08:04:48 tron Exp $ # FreeBSD Id: Makefile,v 1.87 1997/10/15 04:58:31 max Exp # @@ -62,7 +62,7 @@ SUBDIR += xdemineur # SUBDIR += xdino # SUBDIR += xemeraldia -# SUBDIR += xevil + SUBDIR += xevil # SUBDIR += xeyesplus # SUBDIR += xfrisk # SUBDIR += xgalaga |