diff options
author | obache <obache@pkgsrc.org> | 2014-01-23 06:51:17 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-23 06:51:17 +0000 |
commit | 2088b1902a1e6d511928b8ac77f8077005ff99ce (patch) | |
tree | 7dc5f515eae63b041160a20f90576e7da512e47e /meta-pkgs | |
parent | 16c8c50a443531810979985bf1d6bb1acee5926b (diff) | |
download | pkgsrc-2088b1902a1e6d511928b8ac77f8077005ff99ce.tar.gz |
add some modules.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/suse131/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-pkgs/suse131/Makefile b/meta-pkgs/suse131/Makefile index 7895fb7f2e0..0b4de383791 100644 --- a/meta-pkgs/suse131/Makefile +++ b/meta-pkgs/suse131/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.2 2013/12/12 02:36:12 obache Exp $ +# $NetBSD: Makefile,v 1.3 2014/01/23 06:51:17 obache Exp $ DISTNAME= suse-${SUSE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators meta-pkgs MASTER_SITES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= SUSE-based Linux binary emulation environment -EMUL_MODULES.linux= alsa aspell base compat cyrus-sasl cups curl expat \ - fontconfig freetype2 glx gtk2 jpeg krb5 libjson \ - libsigc++2 libsndfile libssh libwrap locale motif nspr \ - nss openldap openssl pulseaudio png qt4 slang tiff x11 \ - xml2 +EMUL_MODULES.linux= alsa aspell base compat cyrus-sasl cups curl dbus-glib \ + expat fontconfig freetype2 glib2 glx gtk2 jpeg krb5 \ + libffi libjson libsigc++2 libsndfile libssh libwrap \ + locale motif nspr nss openldap openssl pulseaudio png \ + qt4 slang tiff x11 xml2 EMUL_PKG_FMT= plain META_PACKAGE= yes |