diff options
author | minskim <minskim@pkgsrc.org> | 2004-11-09 05:49:10 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-11-09 05:49:10 +0000 |
commit | 7c195f120f99d27b990d0d9e0cb73c8d7960bd0d (patch) | |
tree | dd61c7e4d1e0e0576a45d087575db5ab7537fbbc | |
parent | e4d8650aa16700aefb6bb239a0d6cb67e0790a27 (diff) | |
download | pkgsrc-7c195f120f99d27b990d0d9e0cb73c8d7960bd0d.tar.gz |
Add and enable aliados.
-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 322754ddcfe..5148f47114b 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7777 2004/11/09 05:44:49 xtraeme Exp $ +$NetBSD: CHANGES,v 1.7778 2004/11/09 05:49:10 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -5173,3 +5173,4 @@ Changes to the packages collection and infrastructure in 2004: Added mantis-0.19.1 [adrianp 2004-11-08] Updated gnutls to 1.0.22 [jmmv 2004-11-08] Updated p5-Text-Iconv to 1.4 [jmmv 2004-11-08] + Added aliados-0.1.1 [minskim 2004-11-08] diff --git a/emulators/Makefile b/emulators/Makefile index ad243177b1e..c3ff6fd79ef 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2004/10/11 20:47:12 tv Exp $ +# $NetBSD: Makefile,v 1.119 2004/11/09 05:49:11 minskim Exp $ # COMMENT= Emulators for other operating systems @@ -6,6 +6,7 @@ COMMENT= Emulators for other operating systems SUBDIR+= BasiliskII SUBDIR+= Cygne-SDL SUBDIR+= NeoPop-SDL +SUBDIR+= aliados SUBDIR+= aranym SUBDIR+= arcem SUBDIR+= arnold |