diff options
author | marcus <marcus@FreeBSD.org> | 2007-05-04 03:11:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-05-04 03:11:01 +0800 |
commit | 9b7d80dfd6b791c076727ce73ed64c8f87f7bd0a (patch) | |
tree | df9c5962151c1a83737f12ddbc9e5893c4d8a343 /net-im/pidgin | |
parent | 5f772c8fc4931d6ef6b9cc597432768ac555fa08 (diff) | |
download | freebsd-ports-gnome-9b7d80dfd6b791c076727ce73ed64c8f87f7bd0a.tar.gz freebsd-ports-gnome-9b7d80dfd6b791c076727ce73ed64c8f87f7bd0a.tar.zst freebsd-ports-gnome-9b7d80dfd6b791c076727ce73ed64c8f87f7bd0a.zip |
Correct an NSS initialization error that was causing crashes with certain
protocols.
Reported by: mux
Obtained from: Pidgin SVN
Diffstat (limited to 'net-im/pidgin')
-rw-r--r-- | net-im/pidgin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index 9f4731210c13..56d90ee92304 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -7,6 +7,7 @@ # PORTNAME= pidgin +PORTREVISION= 0 MAINTAINER= marcus@FreeBSD.org COMMENT= Pidgin multi-protocol messaging client (GTK+ UI) |