diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-08-30 11:08:18 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-08-30 11:08:18 +0000 |
commit | a82b112d3965dd483c4d0a52e6ba062d229abc2d (patch) | |
tree | 1fe474c3659141b6cbbddd9893d3b931bb3ef911 | |
parent | b312030d7184210c3f7ac714c19950d51df112c4 (diff) | |
download | pkgsrc-a82b112d3965dd483c4d0a52e6ba062d229abc2d.tar.gz |
Added emulators/generator-cbiere
-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 009920f59d0..bc4714d5937 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.10984 2005/08/30 08:33:32 simonb Exp $ +$NetBSD: CHANGES,v 1.10985 2005/08/30 11:08:18 xtraeme Exp $ Changes to the packages collection and infrastructure in 2005: @@ -3857,3 +3857,4 @@ Changes to the packages collection and infrastructure in 2005: Updated security/cvm to 0.76 [schmonz 2005-08-30] Updated audio/amarok to 1.3 [seb 2005-08-30] Added textproc/qprint version 1.0 [simonb 2005-08-30] + Added emulators/generator-cbiere version 0.35r1 [xtraeme 20050830] diff --git a/emulators/Makefile b/emulators/Makefile index a67c3ffe97f..7123a069338 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.135 2005/08/07 16:17:43 recht Exp $ +# $NetBSD: Makefile,v 1.136 2005/08/30 11:08:18 xtraeme Exp $ # COMMENT= Emulators for other operating systems @@ -40,6 +40,7 @@ SUBDIR+= fuse SUBDIR+= fuse-utils SUBDIR+= gcube SUBDIR+= generator +SUBDIR+= generator-cbiere SUBDIR+= gens SUBDIR+= gnuboy SUBDIR+= gnuboy-sdl |