svn commit: r499919 - head/emulators/virtualbox-ose
Jung-uk Kim
jkim at FreeBSD.org
Wed Apr 24 23:09:02 UTC 2019
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
More information about the svn-ports-head
mailing list