aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-nox11
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2025-01-04 21:05:54 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2025-01-04 21:14:31 +0000
commitb4a6bc8744f4f15b0e510af1553afeb1c8a027b3 (patch)
tree3f6f2c0d25e0d392b1751d8925b10412a52aac38 /emulators/virtualbox-ose-nox11
parentb3709a1b1a9701a1188f46ff00eefdae44ee8f94 (diff)
emulators/virtualbox-ose*: Improve ports
* Replace PORTVERSION with DISTVERSION. * Fix CONFLICTS_INSTALL. * Fix PYTHON in DEFAULT_OPTIONS in emulators/virtualbox-ose. * Pet portclippy and portlint. * Formatting and etc. PR: 258159
Diffstat (limited to 'emulators/virtualbox-ose-nox11')
-rw-r--r--emulators/virtualbox-ose-nox11/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose-nox11/Makefile b/emulators/virtualbox-ose-nox11/Makefile
index 285b8931e189..d4a66aac1642 100644
--- a/emulators/virtualbox-ose-nox11/Makefile
+++ b/emulators/virtualbox-ose-nox11/Makefile
@@ -1,9 +1,11 @@
PORTREVISION= 2
PKGNAMESUFFIX= -nox11
+MASTERDIR= ${.CURDIR}/../virtualbox-ose
+
OPTIONS_EXCLUDE= ALSA DBUS DEBUG GUESTADDITIONS DOCS NLS PULSEAUDIO \
QT5 VPX X11
-MASTERDIR= ${.CURDIR}/../virtualbox-ose
+SLAVE_PORT= yes
.include "${MASTERDIR}/Makefile"