diff options
author | mezz <mezz@FreeBSD.org> | 2005-12-02 05:30:01 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-12-02 05:30:01 +0000 |
commit | 7389d862cb1a5a25d71493dc864ab679c757dfdc (patch) | |
tree | 85695513a713d9ef6ab005cd370b24a8517ef332 /mail/thunderbird | |
parent | f613474a217b3bb3ad370bf7ccc56fe81d8f7779 (diff) | |
download | FreeBSD-ports-7389d862cb1a5a25d71493dc864ab679c757dfdc.zip FreeBSD-ports-7389d862cb1a5a25d71493dc864ab679c757dfdc.tar.gz |
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')
-rw-r--r-- | mail/thunderbird/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index ad12536..522ab82 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/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 |