diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-04-03 10:02:04 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-04-03 10:02:04 +0000 |
commit | 4a6f3c3d7f9c47ab505788fa53a2ec3c52b1b0b5 (patch) | |
tree | 678b17f982849162d5c6511e4cc1f70900436356 /comms | |
parent | 99ec195861d037ccf4a184824ada2206c671de5f (diff) | |
download | ports-4a6f3c3d7f9c47ab505788fa53a2ec3c52b1b0b5.tar.gz ports-4a6f3c3d7f9c47ab505788fa53a2ec3c52b1b0b5.zip |
Notes
Diffstat (limited to 'comms')
-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}" |