diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 01:10:08 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 01:10:08 +0800 |
commit | 8d3c62afa842e419e7c21d88bfc66fd664586226 (patch) | |
tree | 44853c5a8b7444bca5f58c9ab30266cab730517e /net | |
parent | 4024d53a5faa313087447f08ce4e6f4132340aed (diff) | |
download | marcuscom-ports-8d3c62afa842e419e7c21d88bfc66fd664586226.tar marcuscom-ports-8d3c62afa842e419e7c21d88bfc66fd664586226.tar.gz marcuscom-ports-8d3c62afa842e419e7c21d88bfc66fd664586226.tar.bz2 marcuscom-ports-8d3c62afa842e419e7c21d88bfc66fd664586226.tar.lz marcuscom-ports-8d3c62afa842e419e7c21d88bfc66fd664586226.tar.xz marcuscom-ports-8d3c62afa842e419e7c21d88bfc66fd664586226.tar.zst marcuscom-ports-8d3c62afa842e419e7c21d88bfc66fd664586226.zip |
Update dbus to 0.93, add dbus-glib at 0.71, update py-dbus to 0.71, and chase
all dbus dependencies.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7616 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/ekiga/Makefile | 4 | ||||
-rw-r--r-- | net/liferea/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index 35d0a17e7..f16cb3270 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -7,7 +7,7 @@ PORTNAME= ekiga PORTVERSION= 2.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 @@ -44,7 +44,7 @@ CONFIGURE_ARGS+=--disable-avahi .endif .ifndef (WITHOUT_DBUS) -LIB_DEPENDS+= dbus-1.2:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus CONFIGURE_ARGS+=--enable-dbus PLIST_SUB+= DBUS:="" .else diff --git a/net/liferea/Makefile b/net/liferea/Makefile index 09d8ec249..4f9a2fcf2 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -7,7 +7,7 @@ PORTNAME= liferea PORTVERSION= 1.0.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= liferea @@ -63,7 +63,7 @@ PLIST_SUB+= XUL="@comment " .ifdef WITHOUT_DBUS CONFIGURE_ARGS+=--disable-dbus .else -LIB_DEPENDS+= dbus-1.2:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus .endif post-patch: |