Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2014 12:29:14 +0100 (CET)
From:      Jimmy Olgeni <olgeni@olgeni.com>
To:        vbox@FreeBSD.org
Subject:   virtualbox-ose: missing OpenGL dependency
Message-ID:  <alpine.BSF.2.00.1401081224260.17492@olgeni.olgeni>

next in thread | raw e-mail | index | archive | help

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



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