Date: Tue, 29 Jan 2019 22:28:25 +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: r491601 - head/emulators/virtualbox-ose Message-ID: <201901292228.x0TMSPwt063645@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Tue Jan 29 22:28:25 2019 New Revision: 491601 URL: https://svnweb.freebsd.org/changeset/ports/491601 Log: Fix OpenGL dependency and appease stage-qa. PR: 217511 Modified: head/emulators/virtualbox-ose/Makefile Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Tue Jan 29 22:08:32 2019 (r491600) +++ head/emulators/virtualbox-ose/Makefile Tue Jan 29 22:28:25 2019 (r491601) @@ -149,7 +149,7 @@ USES+= python:2.7,build CONFIGURE_ARGS+= --enable-qt5 PLIST_SUB+= QT="" USES+= gl qmake:no_env qt:5 -USE_GL= gl +USE_GL= glu USE_QT= buildtools_build core dbus gui linguisttools_build opengl USE_QT+= printsupport widgets x11extras USE_XORG= xcb @@ -315,7 +315,9 @@ do-build: .endif do-install: +.if ${PORT_OPTIONS:MPYTHON} || ${PORT_OPTIONS:MWEBSERVICE} ${MKDIR} ${STAGEDIR}${DATADIR}/sdk +.endif cd ${KMK_BUILDDIR}/bin/sdk/bindings/xpcom && \ ${COPYTREE_SHARE} "idl samples" ${STAGEDIR}${DATADIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901292228.x0TMSPwt063645>