mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add a missing dependency on libsoup22.
Reported by: QAT
This commit is contained in:
parent
48544df86e
commit
43dbfaadd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223839
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= telepathy-salut
|
||||
PORTVERSION= 0.3.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
|
||||
|
||||
|
@ -15,7 +16,8 @@ COMMENT= Link-local Connection Manager for Telepathy Framework
|
|||
|
||||
LIB_PC_DEPENDS= gobject-2.0.pc:${PORTSDIR}/devel/glib20 \
|
||||
avahi-glib.pc:${PORTSDIR}/net/avahi-app \
|
||||
telepathy-glib.pc:${PORTSDIR}/net-im/telepathy-glib
|
||||
telepathy-glib.pc:${PORTSDIR}/net-im/telepathy-glib \
|
||||
libsoup-2.2.pc:${PORTSDIR}/devel/libsoup22
|
||||
|
||||
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue