virtualbox-ose: missing OpenGL dependency

Jimmy Olgeni olgeni at olgeni.com
Wed Jan 8 11:29:24 UTC 2014


Hello,

After the latest QT4 changes I noticed that VirtualBox needs a 
dependency on graphics/qt4-opengl, so here it is (checked on 
poudriere):

Index: Makefile
===================================================================
--- Makefile	(revision 339028)
+++ Makefile	(working copy)
@@ -27,7 +27,8 @@
  		python:${PORTSDIR}/lang/python
  LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
  		libxslt.so:${PORTSDIR}/textproc/libxslt \
-		libcurl.so:${PORTSDIR}/ftp/curl
+		libcurl.so:${PORTSDIR}/ftp/curl \
+		libQtOpenGL.so:${PORTSDIR}/graphics/qt4-opengl
  RUN_DEPENDS=	${KMODDIR}/vboxdrv.ko:${PORTSDIR}/emulators/virtualbox-ose-kmod \
  		cdrecord:${PORTSDIR}/sysutils/cdrtools

-- 
jimmy


More information about the freebsd-emulation mailing list