aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vlc
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2008-08-07 00:26:18 +0800
committermezz <mezz@FreeBSD.org>2008-08-07 00:26:18 +0800
commit90ba66e77a0c095ea721de94ec812e9c3b18589a (patch)
treef6d4fb6e00c7e9f1e5db91dcdff8aa63df722f33 /multimedia/vlc
parent6f358efa7cd25200b72253c77c14201f8e530756 (diff)
downloadfreebsd-ports-gnome-90ba66e77a0c095ea721de94ec812e9c3b18589a.tar.gz
freebsd-ports-gnome-90ba66e77a0c095ea721de94ec812e9c3b18589a.tar.zst
freebsd-ports-gnome-90ba66e77a0c095ea721de94ec812e9c3b18589a.zip
Remove firefox3 from USE_GECKO; it does not work and wait for xulrunner 1.9
comes in. The xulrunner 1.9 is current in MC ports. It's clear about that Mozilla folks want us to use xulrunner for SDK/build.
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 1dfd6cdc27bc..6713efc7fb04 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -348,7 +348,7 @@ CONFIGURE_ARGS+=--disable-a52
.endif
.if defined(WITH_VLC_MOZILLA_PLUGIN) && !defined(WITHOUT_VLC_MOZILLA_PLUGIN)
-USE_GECKO= xulrunner firefox3 firefox mozilla seamonkey nvu
+USE_GECKO= xulrunner firefox mozilla seamonkey nvu
CONFIGURE_ENV+= MOZILLA_CONFIG="${GECKO_CONFIG}" \
XPIDL="${XPIDL}" \
XPIDL_INCL="${XPIDL_INCL}"