summaryrefslogtreecommitdiffstats
path: root/multimedia/totem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/totem/Makefile')
-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