From a26c6001f2c368c0136cb0ff061a8983810f4190 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Tue, 18 Oct 2011 20:01:09 +0000 Subject: [PATCH] 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 Approved by: maintainer --- net-im/pidgin-sipe/Makefile | 5 +++-- 1 file 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