diff options
-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 9898f5293e77..18637bb52716 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -16,12 +16,12 @@ COMMENT= Jabber Connection Manager for Telepathy Framework LIB_PC_DEPENDS= gobject-2.0.pc:${PORTSDIR}/devel/glib20 \ dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib \ telepathy-glib.pc:${PORTSDIR}/net-im/telepathy-glib \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ loudmouth-1.0.pc:${PORTSDIR}/net-im/loudmouth 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 \ RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} GNU_CONFIGURE= yes |