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 /www/seamonkey | |
parent | f613474a217b3bb3ad370bf7ccc56fe81d8f7779 (diff) | |
download | freebsd-ports-graphics-7389d862cb1a5a25d71493dc864ab679c757dfdc.tar.gz freebsd-ports-graphics-7389d862cb1a5a25d71493dc864ab679c757dfdc.tar.zst freebsd-ports-graphics-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 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 0bb4a491845..52a209de4c2 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -8,6 +8,7 @@ PORTNAME= seamonkey DISTVERSION= 1.0a1 +PORTREVISION= 1 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ahze |