diff options
author | obache <obache@pkgsrc.org> | 2013-12-12 02:36:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-12 02:36:12 +0000 |
commit | ab9dba31f2cd51ed9d7427802175c9abe2a2f867 (patch) | |
tree | 2077349f37cb271d1da74063b7dd7a2c9a2e6710 /meta-pkgs/suse131/Makefile | |
parent | 9a54c6049f17c810bc80b86295aa78c8e7326b2b (diff) | |
download | pkgsrc-ab9dba31f2cd51ed9d7427802175c9abe2a2f867.tar.gz |
add nspr and nss module.
Diffstat (limited to 'meta-pkgs/suse131/Makefile')
-rw-r--r-- | meta-pkgs/suse131/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-pkgs/suse131/Makefile b/meta-pkgs/suse131/Makefile index c55650979a7..7895fb7f2e0 100644 --- a/meta-pkgs/suse131/Makefile +++ b/meta-pkgs/suse131/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2013/12/05 11:42:12 obache Exp $ +# $NetBSD: Makefile,v 1.2 2013/12/12 02:36:12 obache Exp $ DISTNAME= suse-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators meta-pkgs MASTER_SITES= # empty @@ -9,8 +10,9 @@ 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 \ - openldap openssl pulseaudio png qt4 slang tiff x11 xml2 + 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 |