svn commit: r488382 - head/math/qwtplot3d

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 12:36:54 UTC 2018


Author: linimon
Date: Wed Dec 26 12:36:53 2018
New Revision: 488382
URL: https://svnweb.freebsd.org/changeset/ports/488382

Log:
  USES=compiler:c++11-lang is necessary to build on GCC-based
  architectures.
  
  PR:		234405
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/qwtplot3d/Makefile

Modified: head/math/qwtplot3d/Makefile
==============================================================================
--- head/math/qwtplot3d/Makefile	Wed Dec 26 12:32:56 2018	(r488381)
+++ head/math/qwtplot3d/Makefile	Wed Dec 26 12:36:53 2018	(r488382)
@@ -9,7 +9,7 @@ PKGNAMESUFFIX=	-qt5
 MAINTAINER=	makc at FreeBSD.org
 COMMENT=	3D plotting widgets for Qt
 
-USES=		dos2unix gl qmake qt:5 tar:tgz
+USES=		compiler:c++11-lang dos2unix gl qmake qt:5 tar:tgz
 USE_QT=		core gui opengl widgets buildtools_build
 USE_GL=		gl glu
 USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}


More information about the svn-ports-all mailing list