diff options
-rw-r--r-- | comms/wsjtx/Makefile | 5 |
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}" |