diff options
author | obache <obache> | 2013-12-12 02:34:28 +0000 |
---|---|---|
committer | obache <obache> | 2013-12-12 02:34:28 +0000 |
commit | cdcc0f0534b7f9cce4eb5f75e33214c6d1133f33 (patch) | |
tree | ecf7d1a1be1942a1f3b572272e91bdd2f7767110 /mk/emulator | |
parent | f3fe2d129f2671cc4d4994a47211206760ef1b25 (diff) | |
download | pkgsrc-cdcc0f0534b7f9cce4eb5f75e33214c6d1133f33.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')
-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 |