svn commit: r537137 - head/comms/sdr-wspr

Mark Linimon linimon at FreeBSD.org
Sun May 31 09:15:17 UTC 2020


Author: linimon
Date: Sun May 31 09:15:16 2020
New Revision: 537137
URL: https://svnweb.freebsd.org/changeset/ports/537137

Log:
  Pet portlint.

Modified:
  head/comms/sdr-wspr/Makefile

Modified: head/comms/sdr-wspr/Makefile
==============================================================================
--- head/comms/sdr-wspr/Makefile	Sun May 31 09:13:18 2020	(r537136)
+++ head/comms/sdr-wspr/Makefile	Sun May 31 09:15:16 2020	(r537137)
@@ -14,10 +14,10 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS=	libsdr-gui.so:comms/libsdr-gui
 
+USES=		cmake compiler:gcc-c++11-lib fortran pkgconfig qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	hmatuschek
 USE_QT=		core buildtools_build qmake webkit widgets
-USES=		cmake compiler:gcc-c++11-lib fortran pkgconfig qt:5
 
 PLIST_FILES=	bin/sdr-wspr share/applications/sdr-wspr.desktop \
 		share/icons/sdr-wspr.svg


More information about the svn-ports-all mailing list