diff options
author | Koop Mast <kwm@FreeBSD.org> | 2009-03-21 15:44:10 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2009-03-21 15:44:10 +0000 |
commit | 0f9548e31287c93fbe3a874db68aae8400ab22c2 (patch) | |
tree | 99e8ebd9582dca1537db197153bb7d115d2ae98b /net-im | |
parent | 451dd19675903ce9a713aabe5c25ff395cac316f (diff) | |
download | ports-0f9548e31287c93fbe3a874db68aae8400ab22c2.tar.gz ports-0f9548e31287c93fbe3a874db68aae8400ab22c2.zip |
Notes
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 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 |