summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-09 13:07:49 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-09 13:07:49 +0800
commit1e28834843d3c3a7c2e432f79ffa26e35e899ca1 (patch)
treeb25ecdde5e21825925a91fa1b407b896c1128254 /multimedia
parent7f660dea8a7d3b914f99fcaa864bebaa8dd10406 (diff)
downloadmarcuscom-ports-1e28834843d3c3a7c2e432f79ffa26e35e899ca1.tar.gz
marcuscom-ports-1e28834843d3c3a7c2e432f79ffa26e35e899ca1.tar.zst
marcuscom-ports-1e28834843d3c3a7c2e432f79ffa26e35e899ca1.zip
- Actually after a closer look dbus is ONLY needed for the mozilla
plugin, so only depend on dbus if WITH_MOZILLA_PLUGIN is defined. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5093 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/totem/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index e4566366c..789b51b6b 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -30,7 +30,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXrandr"
OPTIONS?= DVDNAV "Enable DVD support" on \
- DBUS "Enable DBUS support" on \
GSTREAMER "Use Gstreamer instead of Xine" off \
MOZILLA_PLUGIN "Totem mozilla plugin" off
@@ -43,12 +42,9 @@ CONFLICTS= totem-gstreamer-[0-9]*
LIB_DEPENDS+= musicbrainz:${PORTSDIR}/audio/libmusicbrainz
-.if !defined(WITHOUT_DBUS) || exists(${LOCALBASE}/lib/libdbus-1.a)
-LIB_DEPENDS+= dbus-1.1:${PORTSDIR}/devel/dbus
-.endif
-
.if defined(WITH_MOZILLA_PLUGIN)
PLIST_SUB+= MOZILLA=""
+LIB_DEPENDS+= dbus-1.1:${PORTSDIR}/devel/dbus
.if ${WITH_MOZILLA}=="mozilla"
BUILD_DEPENDS+= ${X11BASE}/libdata/pkgconfig/mozilla-plugin.pc:${PORTSDIR}/www/mozilla
RUN_DEPENDS+= ${X11BASE}/libdata/pkgconfig/mozilla-plugin.pc:${PORTSDIR}/www/mozilla