svn commit: r489944 - branches/2019Q1/graphics/pfstools

Tobias Kortkamp tobik at FreeBSD.org
Fri Jan 11 06:01:06 UTC 2019


Author: tobik
Date: Fri Jan 11 06:01:05 2019
New Revision: 489944
URL: https://svnweb.freebsd.org/changeset/ports/489944

Log:
  MFH: r489818
  
  graphics/pfstools: Do not set VIEW_USE twice
  
  Merge the two VIEW_USE together and unbreak the non-default VIEW
  option.  Without it some build dependencies are missing.
  
  - Add USES=gl while here
  
  Approved by:	ports-secteam build fix blanket

Modified:
  branches/2019Q1/graphics/pfstools/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/graphics/pfstools/Makefile
==============================================================================
--- branches/2019Q1/graphics/pfstools/Makefile	Fri Jan 11 06:00:26 2019	(r489943)
+++ branches/2019Q1/graphics/pfstools/Makefile	Fri Jan 11 06:01:05 2019	(r489944)
@@ -83,12 +83,12 @@ ALIGN_LIB_DEPENDS=	libopencv_nonfree.so:graphics/openc
 
 GLVIEW_CMAKE_BOOL=	WITH_pfsglview
 GLVIEW_CMAKE_ON=	-DGLUT_INCLUDE_DIRS=${LOCALBASE}/include
+GLVIEW_USES=		gl
 GLVIEW_USE=		GL=glut GL=gl,glu
 
 VIEW_CMAKE_BOOL=	WITH_QT
-VIEW_USES=		qt:5
-VIEW_USE=		QT=buildtools_build,qmake_build,widgets
-VIEW_USE=		GL=glut GL=gl,glu QT=core,gui,widgets
+VIEW_USES=		gl qt:5
+VIEW_USE=		GL=glut GL=gl,glu QT=core,gui,widgets,buildtools_build,qmake_build
 
 OPENMP_USES=		compiler:openmp
 


More information about the svn-ports-all mailing list