Date: Wed, 9 Jan 2019 18:13:05 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489818 - head/graphics/pfstools Message-ID: <201901091813.x09ID5hd093855@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901091813.x09ID5hd093855>