diff options
author | tonio <tonio@pkgsrc.org> | 2006-03-09 20:50:08 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-03-09 20:50:08 +0000 |
commit | b7a3d4d3f0e1b5924897c8cc04b3dd2171f65de9 (patch) | |
tree | aa265d0fac665229ebe8c5f96ea4b27a84afef39 | |
parent | 8f796ea8579e2efaf2851b59be3967ba45a7e745 (diff) | |
download | pkgsrc-b7a3d4d3f0e1b5924897c8cc04b3dd2171f65de9.tar.gz |
Add suse100_* packages
-rw-r--r-- | emulators/Makefile | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index b0c9bc3952a..9559ef5600a 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.142 2006/03/06 18:23:46 wiz Exp $ +# $NetBSD: Makefile,v 1.143 2006/03/09 20:50:08 tonio Exp $ # COMMENT= Emulators for other operating systems @@ -79,6 +79,17 @@ SUBDIR+= sms_sdl SUBDIR+= snes9x SUBDIR+= spim SUBDIR+= stella +SUBDIR+= suse100_base +SUBDIR+= suse100_compat +SUBDIR+= suse100_expat +SUBDIR+= suse100_fontconfig +SUBDIR+= suse100_freetype2 +SUBDIR+= suse100_gtk2 +SUBDIR+= suse100_libjpeg +SUBDIR+= suse100_libpng +SUBDIR+= suse100_libtiff +SUBDIR+= suse100_linux +SUBDIR+= suse100_x11 SUBDIR+= suse91_aspell SUBDIR+= suse91_base SUBDIR+= suse91_compat |