aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-05-08 03:48:34 +0800
committerjkim <jkim@FreeBSD.org>2014-05-08 03:48:34 +0800
commit46a6cd11accecf6bf95430b9e4d522f46b0bebca (patch)
tree742979f916cc92b58e09d07c8fa070cac2983b71 /emulators
parentdf7a3900abff3ce566f3101708682f134b9226af (diff)
downloadfreebsd-ports-gnome-46a6cd11accecf6bf95430b9e4d522f46b0bebca.tar.gz
freebsd-ports-gnome-46a6cd11accecf6bf95430b9e4d522f46b0bebca.tar.zst
freebsd-ports-gnome-46a6cd11accecf6bf95430b9e4d522f46b0bebca.zip
Work around build failures when x11-servers/xorg-server is not installed.
${XSERVER_VER} requires ${LOCALBASE}/bin/X to find its version number.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/virtualbox-ose-additions/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-additions/Makefile b/emulators/virtualbox-ose-additions/Makefile
index b18ce9966102..083a0227c454 100644
--- a/emulators/virtualbox-ose-additions/Makefile
+++ b/emulators/virtualbox-ose-additions/Makefile
@@ -62,6 +62,7 @@ MAKE_ARGS+= DEBUG_FLAGS="-O1 -g"
.endif
.if ${PORT_OPTIONS:MX11}
+BUILD_DEPENDS+= ${LOCALBASE}/bin/X:${PORTSDIR}/x11-servers/xorg-server
VBOX_WITH_X11= 1
USE_XORG= xcursor xmu inputproto xorg-server xrandr
.else