diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-03-08 07:57:47 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-03-08 07:57:47 +0000 |
commit | 9a61b7a1c867ab48c71721302635cd9bae74509e (patch) | |
tree | 9ca72cc26aa8b35077b63d1c6d8b85c40dedc468 | |
parent | 344738aae592ffba9c4552e235a120b111e622fa (diff) |
Fix build on gcc-based architectures.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=495027
-rw-r--r-- | comms/qsstv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/qsstv/Makefile b/comms/qsstv/Makefile index 7a47112e3f08..996e4df03835 100644 --- a/comms/qsstv/Makefile +++ b/comms/qsstv/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libv4l2.so:multimedia/libv4l BUILD_DEPENDS= v4l_compat>=0:multimedia/v4l_compat -USES= pkgconfig qmake qt:5 +USES= compiler:c++11-lang pkgconfig qmake qt:5 USE_QT= buildtools core gui network widgets xml USE_GL+= gl |