svn commit: r489818 - head/graphics/pfstools

Tobias Kortkamp tobik at FreeBSD.org
Wed Jan 9 18:13:05 UTC 2019


Author: tobik
Date: Wed Jan  9 18:13:04 2019
New Revision: 489818
URL: https://svnweb.freebsd.org/changeset/ports/489818

Log:
  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

Modified:
  head/graphics/pfstools/Makefile

Modified: head/graphics/pfstools/Makefile
==============================================================================
--- head/graphics/pfstools/Makefile	Wed Jan  9 17:52:03 2019	(r489817)
+++ head/graphics/pfstools/Makefile	Wed Jan  9 18:13:04 2019	(r489818)
@@ -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-head mailing list