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
This commit is contained in:
Tobias Kortkamp 2019-01-09 18:13:04 +00:00
parent 3750180ec2
commit 963bbd8b65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489818

View File

@ -83,12 +83,12 @@ ALIGN_LIB_DEPENDS= libopencv_nonfree.so:graphics/opencv \
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