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 /multimedia/bmpx | |
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 'multimedia/bmpx')
-rw-r--r-- | multimedia/bmpx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/bmpx/Makefile b/multimedia/bmpx/Makefile index 83987543f..31f50c3ee 100644 --- a/multimedia/bmpx/Makefile +++ b/multimedia/bmpx/Makefile @@ -7,7 +7,7 @@ PORTNAME= bmpx PORTVERSION= 0.20.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://files.beep-media-player.org/releases/${PORTVERSION:C/\.[0-9]*$//}/ @@ -21,7 +21,7 @@ LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib \ glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ boost_date_time.3:${PORTSDIR}/devel/boost \ - dbus-1.2:${PORTSDIR}/devel/dbus + dbus-1.3:${PORTSDIR}/devel/dbus CONFLICTS= bmpx-devel-[0-9]* |