diff options
author | marcus <marcus@FreeBSD.org> | 2006-01-01 02:49:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-01-01 02:49:08 +0800 |
commit | cacf36fb6c614147e5e5b24dc49c92635cde5588 (patch) | |
tree | 2d6833e1bf0cce50a88974ee48b85f7f72696351 /multimedia | |
parent | 44522bf47b67f82df9f494a42349b995baa8bfe4 (diff) | |
download | freebsd-ports-gnome-cacf36fb6c614147e5e5b24dc49c92635cde5588.tar.gz freebsd-ports-gnome-cacf36fb6c614147e5e5b24dc49c92635cde5588.tar.zst freebsd-ports-gnome-cacf36fb6c614147e5e5b24dc49c92635cde5588.zip |
Chase the dbus shared lib version.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/bmpx/Makefile | 4 | ||||
-rw-r--r-- | multimedia/totem/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/bmpx/Makefile b/multimedia/bmpx/Makefile index 4c767616faf6..aad7d4fa9cb9 100644 --- a/multimedia/bmpx/Makefile +++ b/multimedia/bmpx/Makefile @@ -7,7 +7,7 @@ PORTNAME= bmpx PORTVERSION= 0.12.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= beepmp @@ -40,7 +40,7 @@ MAN1= bmpx.1 .if defined(WITHOUT_DBUS) CONFIGURE_ARGS+= --disable-dbus .else -LIB_DEPENDS+= dbus-1.1:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= dbus-1.2:${PORTSDIR}/devel/dbus .endif .if defined(WITHOUT_PERL) diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index cf4505259a87..4243ecab607d 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -49,7 +49,7 @@ LIB_DEPENDS+= musicbrainz:${PORTSDIR}/audio/libmusicbrainz USE_GECKO= firefox mozilla seamonkey .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" PLIST_SUB+= MOZILLA="" -LIB_DEPENDS+= dbus-1.1:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= dbus-1.2:${PORTSDIR}/devel/dbus CONFIGURE_ARGS+=--with-mozilla=${GECKO} .else PLIST_SUB+= MOZILLA="@comment " |