diff options
author | pawel <pawel@FreeBSD.org> | 2011-10-19 04:01:09 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-10-19 04:01:09 +0800 |
commit | a95cece5f1abb3540992071f29b421f8d644ba16 (patch) | |
tree | fe18d8d5b1892b9e16ab12ba98793fc096c4f7d3 /net-im | |
parent | 89b26e7a610f62149a3490b60c0f2c76730dc920 (diff) | |
download | freebsd-ports-gnome-a95cece5f1abb3540992071f29b421f8d644ba16.tar.gz freebsd-ports-gnome-a95cece5f1abb3540992071f29b421f8d644ba16.tar.zst freebsd-ports-gnome-a95cece5f1abb3540992071f29b421f8d644ba16.zip |
Depend on security/nss, fixes misssing dep when net-im/libpurple and
net-im/pidgin are build without NSS support - this port still links
to it when it's available and this behaviour can be disabled.
PR: ports/160352
Reported by: Peter Jeremy <Peter.Jeremy@alcatel-lucent.com>
Approved by: maintainer
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin-sipe/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/pidgin-sipe/Makefile b/net-im/pidgin-sipe/Makefile index c96c94e8a0cc..acb45e1489ba 100644 --- a/net-im/pidgin-sipe/Makefile +++ b/net-im/pidgin-sipe/Makefile @@ -7,14 +7,15 @@ PORTNAME= pidgin-sipe PORTVERSION= 1.11.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= SF/sipe/sipe/${DISTNAME} MAINTAINER= john.c.prather@gmail.com COMMENT= A plugin for Pidgin to provide LCS/OCS connectivity -LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple +LIB_DEPENDS= nss3:${PORTSDIR}/security/nss \ + purple.10:${PORTSDIR}/net-im/libpurple RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes |