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 | 5e2e1b5385d2c0ff5a9cb2b66899dae1f3728326 (patch) | |
tree | 4da42d861c83b187fc6b6857e85b6240a54a16d1 /emulators | |
parent | 3890a44d1e6713ead58583b384d5e7713bfbd68d (diff) | |
download | pkgsrc-5e2e1b5385d2c0ff5a9cb2b66899dae1f3728326.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 |