aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2021-09-03 19:49:46 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2021-09-03 19:58:08 +0000
commit1dfc4d117b71085ec0351310d6ee435622b53ada (patch)
tree43b7d678477c62bf165bb00437c2c9f4a44ac68f /emulators/virtualbox-ose
parentb1c576cb78e2d9084917fbf24b4cf7dba73b7118 (diff)
downloadports-1dfc4d117b71085ec0351310d6ee435622b53ada.tar.gz
ports-1dfc4d117b71085ec0351310d6ee435622b53ada.zip
Diffstat (limited to 'emulators/virtualbox-ose')
-rw-r--r--emulators/virtualbox-ose/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile
index af6e998b9676..80cb68c32315 100644
--- a/emulators/virtualbox-ose/Makefile
+++ b/emulators/virtualbox-ose/Makefile
@@ -2,6 +2,7 @@
PORTNAME= virtualbox-ose
PORTVERSION= 6.1.26
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= https://download.virtualbox.org/virtualbox/${PORTVERSION}/
DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}
@@ -57,7 +58,7 @@ OPTIONS_DEFINE= AIO ALSA DBUS DEBUG GUESTADDITIONS MANUAL NLS OPUS PULSEAUDIO \
OPTIONS_DEFAULT= AIO DBUS QT5 UDPTUNNEL VNC WEBSERVICE X11
# Since version 6.1.24 pulseaudio is broken at runtime, preventing
# virtual machines from starting if configured to use it.
-OPTIONS_EXCLUDE= PULSEAUDIO
+OPTIONS_EXCLUDE+= PULSEAUDIO
OPTIONS_SUB= yes
AIO_DESC= Enable Asyncronous IO support (check pkg-message)