diff options
author | recht <recht@pkgsrc.org> | 2004-09-02 20:42:26 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-09-02 20:42:26 +0000 |
commit | 70db6b70b116165d2bd29f0e591721e0bf22d292 (patch) | |
tree | 4da42d861c83b187fc6b6857e85b6240a54a16d1 /emulators | |
parent | 194fafaf0977c8a7c3ca97cc981b68887c0538aa (diff) | |
download | pkgsrc-70db6b70b116165d2bd29f0e591721e0bf22d292.tar.gz |
Add and enable:
- suse91_expat
- suse91_libtiff
- suse91_fontconfig
- suse91_gtk2
- suse91_locale
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index bf8f8c53e81..27d363a7bff 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2004/08/14 00:29:55 kristerw Exp $ +# $NetBSD: Makefile,v 1.115 2004/09/02 20:42:26 recht Exp $ # COMMENT= Emulators for other operating systems @@ -78,11 +78,16 @@ SUBDIR+= suse64_xforms SUBDIR+= suse91_aspell SUBDIR+= suse91_base SUBDIR+= suse91_compat +SUBDIR+= suse91_expat +SUBDIR+= suse91_fontconfig SUBDIR+= suse91_freetype2 SUBDIR+= suse91_gtk +SUBDIR+= suse91_gtk2 SUBDIR+= suse91_libjpeg SUBDIR+= suse91_libpng +SUBDIR+= suse91_libtiff #SUBDIR+= suse91_linux +SUBDIR+= suse91_locale SUBDIR+= suse91_openmotif SUBDIR+= suse91_x11 SUBDIR+= suse_audio |