diff options
author | martymac <martymac@FreeBSD.org> | 2014-04-03 18:02:04 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2014-04-03 18:02:04 +0800 |
commit | f32b5d2275e7bb6a9bc0f8d4ca213300a9dfc5df (patch) | |
tree | 678b17f982849162d5c6511e4cc1f70900436356 /comms | |
parent | 4e2f2b3c007d34d809a90b344c7d28c4981b9ff0 (diff) | |
download | freebsd-ports-gnome-f32b5d2275e7bb6a9bc0f8d4ca213300a9dfc5df.tar.gz freebsd-ports-gnome-f32b5d2275e7bb6a9bc0f8d4ca213300a9dfc5df.tar.zst freebsd-ports-gnome-f32b5d2275e7bb6a9bc0f8d4ca213300a9dfc5df.zip |
Avoid runtime dependency on buildtools (use buildtools_build instead of buildtools)
Submitted by: makc
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}" |