diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-04-02 19:51:01 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-04-02 19:51:01 +0000 |
commit | 2bf72548c8a4b3c8c80a9b0a8e09e49193d7f574 (patch) | |
tree | 6d7bd3299757bc6d28baf557b63f9ce15a95727c | |
parent | 93d9797d7b69dd7f65c5c89d713e39cb69c05482 (diff) | |
download | pkgsrc-2bf72548c8a4b3c8c80a9b0a8e09e49193d7f574.tar.gz |
added emulators/suse91_glx
-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 c882d7712fe..83254211c66 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.9723 2005/04/02 19:46:14 jdolecek Exp $ +$NetBSD: CHANGES,v 1.9724 2005/04/02 19:51:01 jdolecek Exp $ Changes to the packages collection and infrastructure in 2005: @@ -1866,3 +1866,4 @@ Changes to the packages collection and infrastructure in 2005: Updated snortsnarf to 050314.1 [adrianp 2005-04-02] Added suse_vmware-9.1 [jdolecek 2005-04-02] Added suse_slang-9.1 [jdolecek 2005-04-02] + Added suse_glx-9.1 [jdolecek 2005-04-02] diff --git a/emulators/Makefile b/emulators/Makefile index dbcf6c3d9e6..10b9ac57869 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.127 2005/04/02 19:46:15 jdolecek Exp $ +# $NetBSD: Makefile,v 1.128 2005/04/02 19:51:01 jdolecek Exp $ # COMMENT= Emulators for other operating systems @@ -82,6 +82,7 @@ SUBDIR+= suse91_compat SUBDIR+= suse91_expat SUBDIR+= suse91_fontconfig SUBDIR+= suse91_freetype2 +SUBDIR+= suse91_glx SUBDIR+= suse91_gtk SUBDIR+= suse91_gtk2 SUBDIR+= suse91_libjpeg |