aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-08-06 16:26:18 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-08-06 16:26:18 +0000
commit61d98836222f2de644954142467c27ac2b20f8f3 (patch)
treebf26f4462e74d343e2b01e37a0b767bd4fb47e1f /multimedia/vlc
parent3a3b8cad2b2ce67bcd2efd9ca14a77bd491726af (diff)
downloadports-61d98836222f2de644954142467c27ac2b20f8f3.tar.gz
ports-61d98836222f2de644954142467c27ac2b20f8f3.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.
Notes
Notes: svn path=/head/; revision=218153
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}"