diff options
author | beat <beat@FreeBSD.org> | 2009-11-27 17:09:52 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-11-27 17:09:52 +0800 |
commit | 1e10e6ed65d2af543b4cd4b5e6e0341ef4ef3898 (patch) | |
tree | 4a36e7c422e2fce0f1477e3b5f92bdb9736a7860 /multimedia/vlc | |
parent | 079f19ef610fbe6a47369227ffe40f2a119daab2 (diff) | |
download | freebsd-ports-gnome-1e10e6ed65d2af543b4cd4b5e6e0341ef4ef3898.tar.gz freebsd-ports-gnome-1e10e6ed65d2af543b4cd4b5e6e0341ef4ef3898.tar.zst freebsd-ports-gnome-1e10e6ed65d2af543b4cd4b5e6e0341ef4ef3898.zip |
- Remove obsolete gecko providers
- Bump PORTREVISION
Approved by: portmgr (miwi)
Exp-run by: miwi
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |