diff options
-rw-r--r-- | comms/gqrx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index 967c73bf015e..89be45d3be51 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= libgnuradio-runtime.so:${PORTSDIR}/comms/gnuradio \ libboost_program_options.so:${PORTSDIR}/devel/boost-libs USES= pkgconfig qmake -USE_QT5= buildtools core gui svg network widgets +USE_QT5= buildtools_build core gui svg network widgets QMAKE_ARGS+= VER="${PORTVERSION}" |