diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-12-02 05:30:01 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-12-02 05:30:01 +0000 |
commit | 64a923ea9802fcf2c57c2269c180256206888ac4 (patch) | |
tree | 9406ac5e44eaaec2ced93a5017d7e8785c0d472b /www/firefox-esr | |
parent | c4ffda9b272a3e5885e27e3be785cd83065bbf41 (diff) | |
download | ports-64a923ea9802fcf2c57c2269c180256206888ac4.tar.gz ports-64a923ea9802fcf2c57c2269c180256206888ac4.zip |
Fix all those ports to find libnssckbi.so in the correct place to allow those
SSL certificates work again. Somehow, this patch was lost in the big change,
so bring it back. Bump PORTREVISION on all of those ports.
PR: ports/89796
Reported by: Christoph Moench-Tegeder <cmt@burggraben.net>
Notes
Notes:
svn path=/head/; revision=150198
Diffstat (limited to 'www/firefox-esr')
-rw-r--r-- | www/firefox-esr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 634f2ab09d4c..0ed05ba057ec 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -8,7 +8,7 @@ PORTNAME= firefox DISTVERSION= 1.5 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} |