aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2009-02-12 11:48:48 +0800
committerbeech <beech@FreeBSD.org>2009-02-12 11:48:48 +0800
commitb06d21b40c4e46894a7d23b8950fc356931f0e13 (patch)
tree21c76248261a218d7173bc21ae50f242b8c8675a /multimedia/vlc
parent6c5d29feceb191f64f3201558e570ba863450497 (diff)
downloadfreebsd-ports-gnome-b06d21b40c4e46894a7d23b8950fc356931f0e13.tar.gz
freebsd-ports-gnome-b06d21b40c4e46894a7d23b8950fc356931f0e13.tar.zst
freebsd-ports-gnome-b06d21b40c4e46894a7d23b8950fc356931f0e13.zip
- Add xulrunner to USE_GECKO within WITH_VLC_MOZILLA_PLUGIN
PR: ports/131541 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> Approved by: Joseph S. Atkinson <jsatkinson@embarqmail.com> (maintainer)
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 7241804b564f..ee5cb3ebe160 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -20,7 +20,8 @@ MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSIO
MAINTAINER= jsa@wickedmachine.net
COMMENT= Multimedia streaming server and player for various audio/video formats
-BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat
+BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat \
+ ${LOCALBASE}/include/X11/xpm.h:${PORTSDIR}/x11/libXpm
LIB_DEPENDS= tar.0:${PORTSDIR}/devel/libtar \
avcodec.1:${PORTSDIR}/multimedia/ffmpeg
RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera
@@ -390,7 +391,7 @@ CONFIGURE_ARGS+=--disable-a52
.endif
.if defined(WITH_VLC_MOZILLA_PLUGIN) && !defined(WITHOUT_VLC_MOZILLA_PLUGIN)
-USE_GECKO= firefox mozilla seamonkey nvu
+USE_GECKO= firefox xulrunner seamonkey
USE_WEBPLUGINS= gecko*
WEBPLUGINS_FILES=libvlcplugin.so
.include "${PORTSDIR}/www/firefox/Makefile.webplugins"