aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-10-03 06:59:51 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-10-03 06:59:51 +0000
commit05382993a167f8965069743a1d0b54efe63717ed (patch)
tree495c35151cb9095f1b053bb048dd6f25f7befcf5
parentff1e979c0f1aeb1c08445d57b40f2c81032c4785 (diff)
downloadports-05382993a167f8965069743a1d0b54efe63717ed.tar.gz
ports-05382993a167f8965069743a1d0b54efe63717ed.zip
emulators/wine: Enable OPENAL by default
This mirrors commit 78468490119038048dd220377e1bed1771fe46a6 to emulators/wine-devel. PR: 258375
-rw-r--r--emulators/wine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 48b46f86a617..17d8397745a3 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -65,7 +65,7 @@ SUB_FILES= pkg-message
PORTDATA= wine.inf
OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS LDAP LIBXSLT MPG123 OPENAL SDL V4L VKD3D WINEMAKER X11 GECKO MONO
-OPTIONS_DEFAULT=GNUTLS X11
+OPTIONS_DEFAULT=GNUTLS OPENAL X11
OPTIONS_SUB= yes
DOSBOX_DESC= Use DOSBox to run MS-DOS programs