aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-additions
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-11-05 22:21:16 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-11-05 22:21:16 +0000
commita3c56e68df3a7bf6713f80ab7c2e99f961e98a80 (patch)
tree831a3c893bea5650066440c5b2854bd428d2cc44 /emulators/virtualbox-ose-additions
parent680550419d6ab5747243411408ef3f63ee7d4b77 (diff)
downloadports-a3c56e68df3a7bf6713f80ab7c2e99f961e98a80.tar.gz
ports-a3c56e68df3a7bf6713f80ab7c2e99f961e98a80.zip
Add USES=xorg USES=gl, ports categories e and g
Add USES=xorg and USES=gl to ports in categories starting with 'e' and 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes: svn path=/head/; revision=516847
Diffstat (limited to 'emulators/virtualbox-ose-additions')
-rw-r--r--emulators/virtualbox-ose-additions/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/virtualbox-ose-additions/Makefile b/emulators/virtualbox-ose-additions/Makefile
index 18ca8698fcfd..99cbd722d334 100644
--- a/emulators/virtualbox-ose-additions/Makefile
+++ b/emulators/virtualbox-ose-additions/Makefile
@@ -60,11 +60,11 @@ DEBUG_VARS_OFF= KMK_BUILDTYPE=release
OPENGL_CONFIGURE_OFF= --disable-opengl
OPENGL_IMPLIES= X11
OPENGL_USE= GL=gl,glu XORG=xcomposite,xdamage,xfixes
-OPENGL_USES= gl
+OPENGL_USES= gl xorg
X11_BUILD_DEPENDS= ${LOCALBASE}/include/xorg/compiler.h:x11-servers/xorg-server
X11_RUN_DEPENDS= xrandr:x11/xrandr
X11_USE= XORG=x11,xcursor,xext,xorgproto,xmu,xrandr,xt
-X11_USES= pkgconfig
+X11_USES= pkgconfig xorg
X11_VARS= VBOX_WITH_X11=1
.include <bsd.port.options.mk>