svn commit: r491601 - head/emulators/virtualbox-ose

Jung-uk Kim jkim at FreeBSD.org
Tue Jan 29 22:28:26 UTC 2019


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}
 


More information about the svn-ports-all mailing list