mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
emulators/virtualbox-ose{,-nox11}-legacy: Add SLAVE_PORT definition
MFH: 2025Q1
This commit is contained in:
parent
8d2e646b54
commit
a21fa3ec07
2 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= virtualbox-ose
|
||||
DISTVERSION= 5.2.44
|
||||
PORTREVISION?= 26
|
||||
PORTREVISION?= 27
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://download.virtualbox.org/virtualbox/${DISTVERSION}/:src \
|
||||
LOCAL/bofh/emulators/virtualbox-ose-legacy:docs
|
||||
|
@ -68,6 +68,8 @@ PLIST_SUB= GUEST_VER=${DISTVERSION} \
|
|||
PYTHON_VERU=${PYTHON_VER:S/./_/}${PYTHON_ABIVER} \
|
||||
VBOXGROUP=${VBOXGROUP}
|
||||
|
||||
SLAVE_PORT?= no
|
||||
|
||||
OPTIONS_DEFINE= ALSA DBUS DEBUG DOCS GUESTADDITIONS NLS PULSEAUDIO \
|
||||
PYTHON QT5 R0LOGGING UDPTUNNEL VDE VNC WEBSERVICE VPX X11
|
||||
OPTIONS_DEFAULT= DBUS QT5 UDPTUNNEL VNC WEBSERVICE X11
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PORTREVISION= 26
|
||||
PORTREVISION= 27
|
||||
PKGNAMESUFFIX= -nox11-legacy
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../virtualbox-ose-legacy
|
||||
|
@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../virtualbox-ose-legacy
|
|||
OPTIONS_EXCLUDE+= ALSA DBUS DEBUG GUESTADDITIONS DOCS NLS PULSEAUDIO \
|
||||
QT5 VPX X11
|
||||
|
||||
SLAVE_PORT= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
Loading…
Add table
Reference in a new issue