aboutsummaryrefslogtreecommitdiff
path: root/net-im/pidgin-sipe/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2011-10-18 20:01:09 +0000
committerPawel Pekala <pawel@FreeBSD.org>2011-10-18 20:01:09 +0000
commita26c6001f2c368c0136cb0ff061a8983810f4190 (patch)
tree1972d0c445ead83bc6274058e7b021b8335f54ad /net-im/pidgin-sipe/Makefile
parent6fed9e4e1475c94e7ac9c992106892f86eb6c141 (diff)
downloadports-a26c6001f2c368c0136cb0ff061a8983810f4190.tar.gz
ports-a26c6001f2c368c0136cb0ff061a8983810f4190.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
Notes
Notes: svn path=/head/; revision=283851
Diffstat (limited to 'net-im/pidgin-sipe/Makefile')
-rw-r--r--net-im/pidgin-sipe/Makefile5
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