summaryrefslogtreecommitdiff
path: root/www/seamonkey/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/options.mk')
-rw-r--r--www/seamonkey/options.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/www/seamonkey/options.mk b/www/seamonkey/options.mk
index a4818446af6..dab9ea7b7ab 100644
--- a/www/seamonkey/options.mk
+++ b/www/seamonkey/options.mk
@@ -1,11 +1,10 @@
-# $NetBSD: options.mk,v 1.45 2020/05/07 19:36:52 nia Exp $
+# $NetBSD: options.mk,v 1.46 2021/02/08 12:26:20 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.seamonkey
PKG_SUPPORTED_OPTIONS= official-mozilla-branding
PKG_SUPPORTED_OPTIONS+= debug debug-info mozilla-jemalloc webrtc
PKG_SUPPORTED_OPTIONS+= alsa pulseaudio dbus
-PKG_SUPPORTED_OPTIONS+= widevinecdm
PLIST_VARS+= jemalloc debug
.if ${OPSYS} == "Linux"
@@ -95,8 +94,3 @@ PLIST.webrtc= yes
.else
CONFIGURE_ARGS+= --disable-webrtc
.endif
-
-# Enable Google widevine CDM. This requires external libwidevinecdm.so.
-.if !empty(PKG_OPTIONS:Mwidevinecdm)
-CONFIGURE_ARGS+= --enable-eme=widevine
-.endif