aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2012-02-28 03:49:04 +0800
committerkwm <kwm@FreeBSD.org>2012-02-28 03:49:04 +0800
commitf4d7f280a64a6507a42d741ef8643764f1e5f97d (patch)
treed52fbe0868d0eaa933079daf8a0c717bf54fc629
parent39ddfcfc71a45c39e020d6c0ad3bc9274fe8ccb4 (diff)
downloadfreebsd-ports-gnome-f4d7f280a64a6507a42d741ef8643764f1e5f97d.tar.gz
freebsd-ports-gnome-f4d7f280a64a6507a42d741ef8643764f1e5f97d.tar.zst
freebsd-ports-gnome-f4d7f280a64a6507a42d741ef8643764f1e5f97d.zip
Remove the video option, webkit no longer builds without it.
PR: ports/160268 [1], ports/160471 [2] Reported by: paul@thistledew.org [1], Martin Laabs <spamtrap@martinlaabs.de> [2]
-rw-r--r--www/webkit-gtk2/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile
index 562409e41541..4cf9b4178790 100644
--- a/www/webkit-gtk2/Makefile
+++ b/www/webkit-gtk2/Makefile
@@ -25,7 +25,7 @@ LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \
soup-2.4.1:${PORTSDIR}/devel/libsoup
USE_GETTEXT= yes
-WANT_GSTREAMER= yes
+USE_GSTREAMER= yes
MAKE_JOBS_SAFE= yes
USE_XORG= xt xrender
USE_BISON= build
@@ -48,18 +48,10 @@ GLIB_SCHEMAS= org.webkitgtk-1.0.gschema.xml
BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk2
#_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}",
-OPTIONS= VIDEO "Enable video support" on \
- DEBUG "Build with debug support" off
+OPTIONS= DEBUG "Build with debug support" off
.include <bsd.port.pre.mk>
-.if defined(WITH_VIDEO)
-USE_GSTREAMER+= yes
-CONFIGURE_ARGS+=--enable-video
-.else
-CONFIGURE_ARGS+=--disable-video
-.endif
-
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+=--enable-debug
.else