diff options
author | db <db@FreeBSD.org> | 2015-12-24 22:31:18 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2015-12-24 22:31:18 +0800 |
commit | 249255576126a36a2fb39c6af5cdf4e024281fa0 (patch) | |
tree | 4d8964be00d7d833cdebefb8e1d55ddf569f65a4 /comms | |
parent | 719b4f2d95336b7c5facda7ccc3f92e525f59338 (diff) | |
download | freebsd-ports-graphics-249255576126a36a2fb39c6af5cdf4e024281fa0.tar.gz freebsd-ports-graphics-249255576126a36a2fb39c6af5cdf4e024281fa0.tar.zst freebsd-ports-graphics-249255576126a36a2fb39c6af5cdf4e024281fa0.zip |
In some cases c11 libs are needed as well to run.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/wsjtx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/wsjtx/Makefile b/comms/wsjtx/Makefile index aef1c9111a1..19d3d5d5ef4 100644 --- a/comms/wsjtx/Makefile +++ b/comms/wsjtx/Makefile @@ -2,6 +2,7 @@ PORTNAME= wsjtx PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= http://physics.princeton.edu/pulsar/K1JT/:src \ http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/:docs \ @@ -25,9 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/kvasd:${PORTSDIR}/comms/kvasd MAKE_JOBS_UNSAFE= yes USE_QT5= gui buildtools qmake_build widgets multimedia concurrent serialport USE_GL= yes -USE_GCC= yes USES= cmake compiler:c++11-lib dos2unix fortran pkgconfig -#CMAKE_ARGS+= --debug-output --trace CMAKE_ARGS+= -DPORT_BUILDING::STRING="ON" \ -DCMAKE_PREFIX_PATH+=${LOCALBASE}/wsjtx/lib |