mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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
This commit is contained in:
parent
6fed9e4e14
commit
a26c6001f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283851
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user