diff options
author | mezz <mezz@FreeBSD.org> | 2005-12-02 13:30:01 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-12-02 13:30:01 +0800 |
commit | 7389d862cb1a5a25d71493dc864ab679c757dfdc (patch) | |
tree | 85695513a713d9ef6ab005cd370b24a8517ef332 /mail/thunderbird-esr | |
parent | f613474a217b3bb3ad370bf7ccc56fe81d8f7779 (diff) | |
download | freebsd-ports-gnome-7389d862cb1a5a25d71493dc864ab679c757dfdc.tar.gz freebsd-ports-gnome-7389d862cb1a5a25d71493dc864ab679c757dfdc.tar.zst freebsd-ports-gnome-7389d862cb1a5a25d71493dc864ab679c757dfdc.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>
Diffstat (limited to 'mail/thunderbird-esr')
-rw-r--r-- | mail/thunderbird-esr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index ad125367147a..522ab82b297a 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -8,7 +8,7 @@ PORTNAME= thunderbird PORTVERSION= 1.0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/source |