diff options
author | marcus <marcus@FreeBSD.org> | 2009-03-22 01:33:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-03-22 01:33:58 +0800 |
commit | 1882e25c6a951487f78f3a838510176e641a9b29 (patch) | |
tree | ad1ece3d819e33816479b3345e0d72b23f40c2bd /net-im | |
parent | e8cace09904986f8f48cb4befa45a685093a9aa2 (diff) | |
download | freebsd-ports-gnome-1882e25c6a951487f78f3a838510176e641a9b29.tar.gz freebsd-ports-gnome-1882e25c6a951487f78f3a838510176e641a9b29.tar.zst freebsd-ports-gnome-1882e25c6a951487f78f3a838510176e641a9b29.zip |
Correct libsoup dependency.
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 |