summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-03-21 17:33:58 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-03-21 17:33:58 +0000
commitfb4529c6aec325015b5294e053d679395bdabb77 (patch)
treef48d334f88a080159dd65f3ce633e6a4586a4443 /net-im
parent- Fix build after strndup(3) MFC (diff)
Correct libsoup dependency.
Notes
Notes: svn path=/head/; revision=230592
Diffstat (limited to 'net-im')
-rw-r--r--net-im/telepathy-gabble/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile
index 18637bb52716..cb0b6e132214 100644
--- a/net-im/telepathy-gabble/Makefile
+++ b/net-im/telepathy-gabble/Makefile
@@ -21,7 +21,7 @@ LIB_PC_DEPENDS= gobject-2.0.pc:${PORTSDIR}/devel/glib20 \
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
-LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \
+LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup
RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
GNU_CONFIGURE= yes