diff options
author | tron <tron@pkgsrc.org> | 1998-08-10 22:29:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-08-10 22:29:02 +0000 |
commit | 22ceb6d51383ac727373c0e6d94e164544683f6a (patch) | |
tree | ac35ea7e380dd28283577212fa1c5bec4ddde88e /games/Makefile | |
parent | 692d7e017455de71302cbd4c114c37ef8227b054 (diff) | |
download | pkgsrc-22ceb6d51383ac727373c0e6d94e164544683f6a.tar.gz |
Add and enable "xzip", fixes PR pkg/5925.
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 79d2257a830..48739002ccb 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 1998/08/07 11:55:54 frueauf Exp $ +# $NetBSD: Makefile,v 1.28 1998/08/10 22:29:02 tron Exp $ # FreeBSD Id: Makefile,v 1.87 1997/10/15 04:58:31 max Exp # @@ -107,6 +107,7 @@ # SUBDIR += xspringies # SUBDIR += xtic # SUBDIR += xtriangles + SUBDIR += xzip # SUBDIR += yahtzee # SUBDIR += yamsweeper # SUBDIR += ztrack |