summaryrefslogtreecommitdiffstats
path: root/multimedia/totem
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-09-03 22:16:20 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-09-03 22:16:20 +0800
commit26d14341b36aa2332c939e03b9d310b030f69438 (patch)
treef2f8da2ebf848744b9b0d7f1b81cdf1f256481a2 /multimedia/totem
parent2c0278c3ea16e0227a87c3761042bc9ac4630b3d (diff)
downloadmarcuscom-ports-26d14341b36aa2332c939e03b9d310b030f69438.tar
marcuscom-ports-26d14341b36aa2332c939e03b9d310b030f69438.tar.gz
marcuscom-ports-26d14341b36aa2332c939e03b9d310b030f69438.tar.bz2
marcuscom-ports-26d14341b36aa2332c939e03b9d310b030f69438.tar.lz
marcuscom-ports-26d14341b36aa2332c939e03b9d310b030f69438.tar.xz
marcuscom-ports-26d14341b36aa2332c939e03b9d310b030f69438.tar.zst
marcuscom-ports-26d14341b36aa2332c939e03b9d310b030f69438.zip
Sync with FreeBSD ports. Get rid of the libdvdnav depend. It is done via
gstreamer, and disabled anyway. Fix for dvd viewing in the works. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14541 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem')
-rw-r--r--multimedia/totem/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index 092b6de8c..dd9d7bcdc 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -3,7 +3,7 @@
# Whom: Hendrik Scholz <hendrik@scholz.net>
#
# $FreeBSD$
-# $MCom: ports/multimedia/totem/Makefile,v 1.146 2010/05/06 08:41:15 kwm Exp $
+# $MCom: ports/multimedia/totem/Makefile,v 1.148 2010/08/13 13:55:23 kwm Exp $
#
PORTNAME= totem
@@ -46,8 +46,6 @@ MAN1= totem.1 totem-video-thumbnailer.1
GCONF_SCHEMAS= totem-handlers.schemas totem-video-thumbnail.schemas \
totem.schemas
-WITHOUT_DVDNAV= yes
-
OPTIONS= LIRC "Enable lirc support" off \
GALAGO "Enable Galago support" off \
BROWSER_PLUGINS "Enable install plugins for gecko browser" on \
@@ -115,10 +113,6 @@ CONFIGURE_ARGS+=--disable-browser-plugins \
PLIST_SUB+= BROWSER_PLUGINS="@comment "
.endif
-.if defined(WITH_DVDNAV) && !defined(WITHOUT_DVDNAV)
-LIB_DEPENDS+= dvdnav.4:${PORTSDIR}/multimedia/libdvdnav
-.endif
-
.if defined(WITH_DVD_DEVICE)
DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE}
.else