svn commit: r404367 - head/comms/wsjtx

Diane Bruce db at FreeBSD.org
Thu Dec 24 14:31:19 UTC 2015


Author: db
Date: Thu Dec 24 14:31:18 2015
New Revision: 404367
URL: https://svnweb.freebsd.org/changeset/ports/404367

Log:
  In some cases c11 libs are needed as well to run.

Modified:
  head/comms/wsjtx/Makefile

Modified: head/comms/wsjtx/Makefile
==============================================================================
--- head/comms/wsjtx/Makefile	Thu Dec 24 14:28:54 2015	(r404366)
+++ head/comms/wsjtx/Makefile	Thu Dec 24 14:31:18 2015	(r404367)
@@ -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:${PO
 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
 


More information about the svn-ports-all mailing list