summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-01-20 21:16:43 +0000
committernia <nia@pkgsrc.org>2020-01-20 21:16:43 +0000
commit7d2d8ef2121d3c5a393c72e82486b640a49b3242 (patch)
tree70ad6d677c433c3d8d432491bea379b77c19df76 /emulators
parent605c0490ba4303806b3a659db00e0776e6135c58 (diff)
downloadpkgsrc-7d2d8ef2121d3c5a393c72e82486b640a49b3242.tar.gz
wine[-devel]: Remove esound support
Appears to not actually be set in PLIST...
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/options.mk9
-rw-r--r--emulators/wine/options.mk11
2 files changed, 5 insertions, 15 deletions
diff --git a/emulators/wine-devel/options.mk b/emulators/wine-devel/options.mk
index af65bc9d62f..4ac5287cd18 100644
--- a/emulators/wine-devel/options.mk
+++ b/emulators/wine-devel/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2019/08/30 17:01:32 nia Exp $
+# $NetBSD: options.mk,v 1.13 2020/01/20 21:16:43 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wine
PKG_SUPPORTED_OPTIONS= cups dbus esound hal ldap opengl sane ssl x11 pulseaudio
@@ -6,7 +6,7 @@ PKG_SUGGESTED_OPTIONS= opengl ssl x11
.include "../../mk/bsd.options.mk"
-PLIST_VARS+= esd opengl x11 pulseaudio
+PLIST_VARS+= opengl x11 pulseaudio
.if !empty(PKG_OPTIONS:Mcups)
.include "../../print/cups-base/buildlink3.mk"
@@ -20,11 +20,6 @@ CONFIGURE_ARGS+= --without-cups
CONFIGURE_ARGS+= --without-dbus
.endif
-.if !empty(PKG_OPTIONS:Mesound)
-PLIST.esd= yes
-.include "../../audio/esound/buildlink3.mk"
-.endif
-
.if !empty(PKG_OPTIONS:Mhal)
.include "../../sysutils/hal/buildlink3.mk"
.else
diff --git a/emulators/wine/options.mk b/emulators/wine/options.mk
index 05f7f212837..a54de583ece 100644
--- a/emulators/wine/options.mk
+++ b/emulators/wine/options.mk
@@ -1,12 +1,12 @@
-# $NetBSD: options.mk,v 1.18 2019/08/30 17:01:32 nia Exp $
+# $NetBSD: options.mk,v 1.19 2020/01/20 21:16:43 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wine
-PKG_SUPPORTED_OPTIONS= cups dbus esound hal ldap opengl sane ssl x11
+PKG_SUPPORTED_OPTIONS= cups dbus hal ldap opengl sane ssl x11
PKG_SUGGESTED_OPTIONS= opengl ssl x11
.include "../../mk/bsd.options.mk"
-PLIST_VARS+= esd opengl x11
+PLIST_VARS+= opengl x11
.if !empty(PKG_OPTIONS:Mcups)
.include "../../print/cups-base/buildlink3.mk"
@@ -20,11 +20,6 @@ CONFIGURE_ARGS+= --without-cups
CONFIGURE_ARGS+= --without-dbus
.endif
-.if !empty(PKG_OPTIONS:Mesound)
-PLIST.esd= yes
-.include "../../audio/esound/buildlink3.mk"
-.endif
-
.if !empty(PKG_OPTIONS:Mhal)
.include "../../sysutils/hal/buildlink3.mk"
.else