diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gxine/Makefile | 4 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile index bb301d90ea72..d978edac069e 100644 --- a/multimedia/gxine/Makefile +++ b/multimedia/gxine/Makefile @@ -7,7 +7,7 @@ PORTNAME= gxine PORTVERSION= 0.5.904 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= SF/xine/${PORTNAME}%20%28GTK%20front%20end%29/${PORTVERSION} @@ -73,7 +73,7 @@ LIB_DEPENDS+= js.1:${PORTSDIR}/lang/spidermonkey CONFIGURE_ARGS+=--without-browser-plugin --with-spidermonkey PLIST_SUB+= MOZILLA_PLUGIN="@comment " .else -USE_GECKO= firefox mozilla seamonkey xulrunner +USE_GECKO= seamonkey USE_WEBPLUGINS= native WEBPLUGINS_DIR= ${PREFIX}/lib/gxine WEBPLUGINS_FILES=gxineplugin.so diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 7bc73dbf3b68..93e0a10fca50 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -10,7 +10,7 @@ PORTNAME= vlc DISTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \ @@ -414,7 +414,7 @@ CONFIGURE_ARGS+=--disable-a52 .endif .if defined(WITH_VLC_MOZILLA_PLUGIN) && !defined(WITHOUT_VLC_MOZILLA_PLUGIN) -USE_GECKO= firefox xulrunner seamonkey +USE_GECKO= libxul seamonkey USE_WEBPLUGINS= gecko* WEBPLUGINS_FILES=libvlcplugin.so .include "${PORTSDIR}/www/firefox/Makefile.webplugins" |