diff options
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 |