diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-07 22:56:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-07 22:56:23 +0000 |
commit | b295235413b4a9800a2c36666f5c9b1adc33b4af (patch) | |
tree | 1f4c25d6aabeb1607e53b9c4f4467741e6a84a89 /emulators | |
parent | 675b6c779a14cc455caee23106810d8191592baf (diff) | |
download | pkgsrc-b295235413b4a9800a2c36666f5c9b1adc33b4af.tar.gz |
Add and enable suse*alsa, suse*libsigc++2, and suse*resmgr.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 918488fac43..314917806a2 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.164 2007/08/23 10:44:57 jnemeth Exp $ +# $NetBSD: Makefile,v 1.165 2007/09/07 22:56:23 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -96,6 +96,7 @@ SUBDIR+= sms_sdl SUBDIR+= snes9x SUBDIR+= spim SUBDIR+= stella +SUBDIR+= suse100_32_alsa SUBDIR+= suse100_32_aspell SUBDIR+= suse100_32_base SUBDIR+= suse100_32_compat @@ -109,14 +110,17 @@ SUBDIR+= suse100_32_gtk2 SUBDIR+= suse100_32_libcups SUBDIR+= suse100_32_libjpeg SUBDIR+= suse100_32_libpng +SUBDIR+= suse100_32_libsigc++2 SUBDIR+= suse100_32_libtiff SUBDIR+= suse100_32_libxml2 SUBDIR+= suse100_32_locale SUBDIR+= suse100_32_openmotif SUBDIR+= suse100_32_openssl +SUBDIR+= suse100_32_resmgr SUBDIR+= suse100_32_slang SUBDIR+= suse100_32_vmware SUBDIR+= suse100_32_x11 +SUBDIR+= suse100_alsa SUBDIR+= suse100_aspell SUBDIR+= suse100_base SUBDIR+= suse100_compat @@ -130,12 +134,14 @@ SUBDIR+= suse100_gtk2 SUBDIR+= suse100_libcups SUBDIR+= suse100_libjpeg SUBDIR+= suse100_libpng +SUBDIR+= suse100_libsigc++2 SUBDIR+= suse100_libtiff SUBDIR+= suse100_libxml2 #SUBDIR+= suse100_linux # only contains Makefile fragments SUBDIR+= suse100_locale SUBDIR+= suse100_openmotif SUBDIR+= suse100_openssl +SUBDIR+= suse100_resmgr SUBDIR+= suse100_slang SUBDIR+= suse100_vmware SUBDIR+= suse100_x11 |