diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-03-21 17:33:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-03-21 17:33:58 +0000 |
commit | fb4529c6aec325015b5294e053d679395bdabb77 (patch) | |
tree | f48d334f88a080159dd65f3ce633e6a4586a4443 /net-im | |
parent | 4f810983a2c308961f39b5e060795f92ffc997f7 (diff) | |
download | ports-fb4529c6aec325015b5294e053d679395bdabb77.tar.gz ports-fb4529c6aec325015b5294e053d679395bdabb77.zip |
Correct libsoup dependency.
Notes
Notes:
svn path=/head/; revision=230592
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 2 |
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 |