Add gstreamer plugins-ffmpeg & plugins-good to RUN_DEPENDS, somehow i

forgot it when updating to 1.1.18. This will be needed for the day HTML5
video actually works in webkit-based browsers..
ok espie@ jasper@
This commit is contained in:
landry 2010-01-23 10:14:37 +00:00
parent 125941e7e4
commit 1cbf5cc3c8

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.22 2010/01/10 20:06:17 landry Exp $
# $OpenBSD: Makefile,v 1.23 2010/01/23 10:14:37 landry Exp $
COMMENT = open source web browser engine
V = 1.1.18
DISTNAME = webkit-${V}
# XXX do not remove v0. pX comes before vX.
PKGNAME = webkit-${V}v0
PKGNAME = webkit-${V}p0v0
CATEGORIES = www
HOMEPAGE = http://webkitgtk.org/
@ -42,6 +42,9 @@ CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include -
MAKE_FILE = GNUmakefile
RUN_DEPENDS = ::multimedia/gstreamer-0.10/plugins-ffmpeg \
::multimedia/gstreamer-0.10/plugins-good
WANTLIB = ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender Xt atk-1.0 c \
expat fontconfig freetype gcrypt gio-2.0 glib-2.0 glitz gmodule-2.0 \