summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorStephen Hurd <shurd@FreeBSD.org>2019-06-23 05:35:57 +0000
committerStephen Hurd <shurd@FreeBSD.org>2019-06-23 05:35:57 +0000
commitf70822c5959a0f7a925a4d8de2ff3edae7329ba7 (patch)
treedccc677a48888b64ebd90d987fd34201cab42591 /comms
parent4047024a005332a915d980f3652b18943acd1d09 (diff)
downloadfreebsd-ports-f70822c5959a0f7a925a4d8de2ff3edae7329ba7.zip
WSJT-X requires sqlite, not just sql.
Reported by: Mike English <mike.english@gmail.com>
Diffstat (limited to 'comms')
-rw-r--r--comms/wsjtx/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/wsjtx/Makefile b/comms/wsjtx/Makefile
index e8dcb3ee3cfa..b97966caed7a 100644
--- a/comms/wsjtx/Makefile
+++ b/comms/wsjtx/Makefile
@@ -2,7 +2,7 @@
PORTNAME= wsjtx
PORTVERSION= 2.0.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= comms hamradio
MASTER_SITES= SF/wsjt/${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX}
@@ -26,7 +26,8 @@ USES= cmake compiler:c++11-lib fortran gl \
makeinfo pkgconfig qt:5 tar:tgz
USE_GL= glu
USE_QT= core gui buildtools network qmake_build widgets \
- multimedia concurrent printsupport serialport sql
+ multimedia concurrent printsupport serialport sql \
+ sql-sqlite3
CMAKE_ARGS+= -DCMAKE_PREFIX_PATH+=${LOCALBASE}/wsjtx/lib \
-DLOCALBASE::STRING="${LOCALBASE}"