aboutsummaryrefslogtreecommitdiff
path: root/comms/inspectrum
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-12-26 20:34:47 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-12-26 20:34:47 +0000
commitc264b637a251134af1584589927bf1745a5483e6 (patch)
tree49f8149ef9f7f2e3e6642046f496085396d49803 /comms/inspectrum
parent0a660e93ed2a5baab6fbb61a90e9e2b70345b4e2 (diff)
downloadports-c264b637a251134af1584589927bf1745a5483e6.tar.gz
ports-c264b637a251134af1584589927bf1745a5483e6.zip
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)
Notes
Notes: svn path=/head/; revision=488433
Diffstat (limited to 'comms/inspectrum')
-rw-r--r--comms/inspectrum/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/inspectrum/Makefile b/comms/inspectrum/Makefile
index 175cc143223e..2e5800b63485 100644
--- a/comms/inspectrum/Makefile
+++ b/comms/inspectrum/Makefile
@@ -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>