Date: Sat, 24 Nov 2018 19:59:30 +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: r485789 - head/math/qtiplot Message-ID: <201811241959.wAOJxU9A098603@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Nov 24 19:59:30 2018 New Revision: 485789 URL: https://svnweb.freebsd.org/changeset/ports/485789 Log: Add compiler:c++11-lang to USES to fix build on gcc-based archs. Approved by: portmgr (tier-2 blanket) Modified: head/math/qtiplot/Makefile Modified: head/math/qtiplot/Makefile ============================================================================== --- head/math/qtiplot/Makefile Sat Nov 24 19:45:14 2018 (r485788) +++ head/math/qtiplot/Makefile Sat Nov 24 19:59:30 2018 (r485789) @@ -17,7 +17,7 @@ LIB_DEPENDS= libgsl.so:math/gsl \ # qwt.5:x11-toolkits/qwt5 \ # qwtplot3d-qt4:math/qwtplot3d-qt4 -USES= dos2unix gmake qmake qt:4 tar:bzip2 +USES= compiler:c++11-lang dos2unix gmake qmake qt:4 tar:bzip2 USE_QT= gui opengl svg qt3support network assistantclient \ moc_build rcc_build USE_GL= glu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811241959.wAOJxU9A098603>