diff options
author | bouyer <bouyer@pkgsrc.org> | 2004-03-03 17:54:38 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2004-03-03 17:54:38 +0000 |
commit | e38708720b02bec81a034369f73107d8679ebd46 (patch) | |
tree | 920e57aafa53a665093b3cd289c2bdb57a5e6a39 /www/firefox | |
parent | 8d755844208d9e6e2aa8b88375b7ce1aa7185ce1 (diff) | |
download | pkgsrc-e38708720b02bec81a034369f73107d8679ebd46.tar.gz |
The security component needs libfreebl_hybrid_3.so on SunOS/sparc, so
add it to PLIST so that moz-install will copy it (the mozilla packages
are correct). It seems that firefox dosn't need libfreebl_pure32_3.so to
use SSL, so I didn't add it to the PLIST.
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox/PLIST b/www/firefox/PLIST index 64a99141140..8ba22037572 100644 --- a/www/firefox/PLIST +++ b/www/firefox/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/29 17:44:58 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/03/03 17:54:38 bouyer Exp $ bin/${MOZILLA} @comment begin PROGRAMS lib/${MOZILLA}/${MOZILLA_BIN} @@ -104,6 +104,7 @@ lib/${MOZILLA}/libxlibrgb.${SO_SUFFIX} lib/${MOZILLA}/libxpcom.${SO_SUFFIX} lib/${MOZILLA}/libxpcom_compat.${SO_SUFFIX} lib/${MOZILLA}/libxpistub.${SO_SUFFIX} +${SUNOSLIB}lib/${MOZILLA}/libfreebl_hybrid_3.${SO_SUFFIX} @comment end DSO @comment begin DATA lib/${MOZILLA}/bloaturls.txt |