Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2018 20:34:47 +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: r488433 - head/comms/inspectrum
Message-ID:  <201812262034.wBQKYlRW055542@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Dec 26 20:34:47 2018
New Revision: 488433
URL: https://svnweb.freebsd.org/changeset/ports/488433

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  While here, pet portlint.
  
  PR:		234344
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/comms/inspectrum/Makefile

Modified: head/comms/inspectrum/Makefile
==============================================================================
--- head/comms/inspectrum/Makefile	Wed Dec 26 20:31:08 2018	(r488432)
+++ head/comms/inspectrum/Makefile	Wed Dec 26 20:34:47 2018	(r488433)
@@ -18,12 +18,12 @@ LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 
 CMAKE_INSTALL_PREFIX=   ${STAGEDIR}${PREFIX}
 
+USES=		cmake compiler:c++11-lang pkgconfig qmake qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	miek
 GH_TAGNAME=	d844c921e51e6d3e4aaea46b622cfa1a38feadfe
 
 USE_QT=		core buildtools_build concurrent widgets
-USES=		cmake pkgconfig qmake qt:5
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>



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