diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-27 04:34:47 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-27 04:34:47 +0800 |
commit | cbd1def1a8d3fd26098dd43dd5196213867a5078 (patch) | |
tree | 49f8149ef9f7f2e3e6642046f496085396d49803 | |
parent | 0b857f26a6ded841c4b39b0b3c6bbf99615f20c7 (diff) | |
download | freebsd-ports-gnome-cbd1def1a8d3fd26098dd43dd5196213867a5078.tar.gz freebsd-ports-gnome-cbd1def1a8d3fd26098dd43dd5196213867a5078.tar.zst freebsd-ports-gnome-cbd1def1a8d3fd26098dd43dd5196213867a5078.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)
-rw-r--r-- | comms/inspectrum/Makefile | 2 |
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> |