git: 98516d34df51 - main - comms/wsjtz: Fix build

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Fri Sep 3 07:33:15 UTC 2021


The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=98516d34df514f2d772f96dd1ec2ba80ab72ba4c

commit 98516d34df514f2d772f96dd1ec2ba80ab72ba4c
Author:     Jose Alonso Cardenas Marquez <acm at FreeBSD.org>
AuthorDate: 2021-09-03 07:29:44 +0000
Commit:     Jose Alonso Cardenas Marquez <acm at FreeBSD.org>
CommitDate: 2021-09-03 07:31:04 +0000

    comms/wsjtz: Fix build
    
    - Add missing dependencies
    - Add DOCS option
    Reported by:    pkg-fallout
---
 comms/wsjtz/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/comms/wsjtz/Makefile b/comms/wsjtz/Makefile
index f06f4860d24c..b917a696629c 100644
--- a/comms/wsjtz/Makefile
+++ b/comms/wsjtz/Makefile
@@ -19,14 +19,16 @@ BUILD_DEPENDS=	asciidoctor:textproc/rubygem-asciidoctor \
 		${LOCALBASE}/share/xsl/docbook:textproc/docbook-xsl
 LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 		libfftw3f.so:math/fftw3-float \
-		libxslt.so:textproc/libxslt
+		libxslt.so:textproc/libxslt \
+		libhamlib.so:comms/hamlib \
+		libreadline.so:devel/readline
 
 USES=		cmake compiler:c++11-lib fortran gl \
 		makeinfo pkgconfig qt:5 zip
 USE_GL=		glu
 USE_QT=		core gui network widgets \
 		multimedia concurrent printsupport serialport sql sql-sqlite3 \
-		buildtools_build linguisttools_build qmake_build
+		testlib buildtools_build linguisttools_build qmake_build
 
 CMAKE_ARGS+=	-DCMAKE_PREFIX_PATH+=${LOCALBASE}/wsjtx/lib \
 		-DLOCALBASE::STRING="${LOCALBASE}"
@@ -34,6 +36,8 @@ CMAKE_ARGS+=	-DCMAKE_PREFIX_PATH+=${LOCALBASE}/wsjtx/lib \
 #CMAKE_ARGS+=   --debug-output --trace
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
+OPTIONS_DEFINE=	DOCS
+
 PORTDOCS=	*
 
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME:S/z/x/}


More information about the dev-commits-ports-main mailing list