Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 23:09:01 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499919 - head/emulators/virtualbox-ose
Message-ID:  <201904242309.x3ON91Ml057823@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Wed Apr 24 23:09:00 2019
New Revision: 499919
URL: https://svnweb.freebsd.org/changeset/ports/499919

Log:
  Add USES=sdl when USE_SDL=sdl is set.  No functional change.
  
  PR:		237539

Modified:
  head/emulators/virtualbox-ose/Makefile

Modified: head/emulators/virtualbox-ose/Makefile
==============================================================================
--- head/emulators/virtualbox-ose/Makefile	Wed Apr 24 22:36:44 2019	(r499918)
+++ head/emulators/virtualbox-ose/Makefile	Wed Apr 24 23:09:00 2019	(r499919)
@@ -172,6 +172,7 @@ VBOX_UTILS+=	vboxwebsrv webtest
 .endif
 
 .if ${PORT_OPTIONS:MX11}
+USES+=		sdl
 USE_SDL=	sdl
 USE_XORG+=	xorgproto x11 xcursor xext xinerama xmu xt
 VBOX_PROGS+=	VBoxSDL



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904242309.x3ON91Ml057823>