svn commit: r353200 - head/emulators/virtualbox-ose-additions

Jung-uk Kim jkim at FreeBSD.org
Wed May 7 19:48:35 UTC 2014


Author: jkim
Date: Wed May  7 19:48:34 2014
New Revision: 353200
URL: http://svnweb.freebsd.org/changeset/ports/353200
QAT: https://qat.redports.org/buildarchive/r353200/

Log:
  Work around build failures when x11-servers/xorg-server is not installed.
  ${XSERVER_VER} requires ${LOCALBASE}/bin/X to find its version number.

Modified:
  head/emulators/virtualbox-ose-additions/Makefile

Modified: head/emulators/virtualbox-ose-additions/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-additions/Makefile	Wed May  7 19:29:06 2014	(r353199)
+++ head/emulators/virtualbox-ose-additions/Makefile	Wed May  7 19:48:34 2014	(r353200)
@@ -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


More information about the svn-ports-all mailing list