Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2018 12:36:53 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488382 - head/math/qwtplot3d
Message-ID:  <201812261236.wBQCardH000290@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812261236.wBQCardH000290>