diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-21 03:52:01 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-21 03:52:01 +0000 |
commit | 52e8d984aa89dbba0356c01b379cc4ca5771e0ef (patch) | |
tree | a970da690ec3ac860e3e8a74298b7c5c1dd4c2e0 | |
parent | 02e35382c4d60be7b1e9f781f17d74066dc235b1 (diff) | |
download | pkgsrc-52e8d984aa89dbba0356c01b379cc4ca5771e0ef.tar.gz |
Add z26.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | emulators/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 8f1c1439a7e..636f39adb6d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11596 2005/10/21 03:10:34 hiramatsu Exp $ +$NetBSD: CHANGES,v 1.11597 2005/10/21 03:52:01 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -4758,3 +4758,4 @@ Changes to the packages collection and infrastructure in 2005: Updated mail/courier-imap to 4.0.6 [jlam 2005-10-20] Updated mail/sqwebmail to 5.0.6 [jlam 2005-10-20] Updated mail/maildrop to 2.0.1 [jlam 2005-10-20] + Added emulators/z26 version 2.13 [minskim 2005-10-21] diff --git a/emulators/Makefile b/emulators/Makefile index 9f24bc61e73..b6025848ba2 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.138 2005/10/05 12:00:09 skrll Exp $ +# $NetBSD: Makefile,v 1.139 2005/10/21 03:52:01 minskim Exp $ # COMMENT= Emulators for other operating systems @@ -136,6 +136,7 @@ SUBDIR+= xmame SUBDIR+= xmess SUBDIR+= xtrs SUBDIR+= xyame +SUBDIR+= z26 SUBDIR+= zsnes .include "../mk/bsd.pkg.subdir.mk" |