diff options
author | markd <markd@pkgsrc.org> | 2006-10-12 12:04:39 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-10-12 12:04:39 +0000 |
commit | c196b082057650c5863107f84f764444073bc37e (patch) | |
tree | a9daf1f0b5910f94e2ba2250c54ebe72492c3974 | |
parent | f7513bb3912f418b2ac46c0b9bb61296d7d9e55a (diff) | |
download | pkgsrc-c196b082057650c5863107f84f764444073bc37e.tar.gz |
add kenigma.
-rw-r--r-- | doc/CHANGES-2006 | 3 | ||||
-rw-r--r-- | emulators/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index 199c855234d..9d0bc99c326 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ ->$NetBSD: CHANGES-2006,v 1.1469 2006/10/12 11:48:51 markd Exp $ +>$NetBSD: CHANGES-2006,v 1.1470 2006/10/12 12:06:02 markd Exp $ Changes to the packages collection and infrastructure in 2006: @@ -4744,3 +4744,4 @@ Changes to the packages collection and infrastructure in 2006: Updated devel/kdevelop-base to 3.3.5 [markd 2006-10-12] Updated devel/kdevelop to 3.3.5 [markd 2006-10-12] Added x11/kdebindings-ruby version 3.3.5 [markd 2006-10-12] + Added emulators/kenigma version 1.2.1 [markd 2006-10-12] diff --git a/emulators/Makefile b/emulators/Makefile index 2c2b2f0b388..c3fc50f9ac4 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.153 2006/06/26 17:54:18 salo Exp $ +# $NetBSD: Makefile,v 1.154 2006/10/12 12:04:39 markd Exp $ # COMMENT= Emulators for other operating systems @@ -54,6 +54,7 @@ SUBDIR+= hatari SUBDIR+= hercules SUBDIR+= hercules-images SUBDIR+= ia64sim +SUBDIR+= kenigma SUBDIR+= libspectrum SUBDIR+= linuxppc_lib SUBDIR+= lrmi |