diff options
author | obache <obache@pkgsrc.org> | 2013-12-12 02:34:28 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-12 02:34:28 +0000 |
commit | 7e656393906638494592a023165b7ce425213b92 (patch) | |
tree | ecf7d1a1be1942a1f3b572272e91bdd2f7767110 /mk/emulator/linux.mk | |
parent | 36f613f24b4484425abcbc6ecac1f29ba20bc617 (diff) | |
download | pkgsrc-7e656393906638494592a023165b7ce425213b92.tar.gz |
Added suse131_mozilla-{nspr,nss} package to support nspr and nss linux module.
Tyey are in base package for suse121.
Diffstat (limited to 'mk/emulator/linux.mk')
-rw-r--r-- | mk/emulator/linux.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/emulator/linux.mk b/mk/emulator/linux.mk index 9202d9e02c6..5c0d6738b48 100644 --- a/mk/emulator/linux.mk +++ b/mk/emulator/linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: linux.mk,v 1.21 2013/12/10 10:17:28 prlw1 Exp $ +# $NetBSD: linux.mk,v 1.22 2013/12/12 02:34:28 obache Exp $ # # Linux binary emulation framework # @@ -80,6 +80,8 @@ _EMUL_MODULES+= libssh _EMUL_MODULES+= libwrap _EMUL_MODULES+= locale _EMUL_MODULES+= motif +_EMUL_MODULES+= nspr +_EMUL_MODULES+= nss _EMUL_MODULES+= openldap _EMUL_MODULES+= openssl _EMUL_MODULES+= png |