svn commit: r402432 - in head/comms/wsjtx: . files

Diane Bruce db at FreeBSD.org
Thu Nov 26 04:10:04 UTC 2015


Author: db
Date: Thu Nov 26 04:10:03 2015
New Revision: 402432
URL: https://svnweb.freebsd.org/changeset/ports/402432

Log:
  Clean up port to use pkgconfig
  No change to actual port produced binaries results.

Deleted:
  head/comms/wsjtx/files/patch-CMake_Modules_Findhamlib.cmake
Modified:
  head/comms/wsjtx/Makefile

Modified: head/comms/wsjtx/Makefile
==============================================================================
--- head/comms/wsjtx/Makefile	Thu Nov 26 01:01:06 2015	(r402431)
+++ head/comms/wsjtx/Makefile	Thu Nov 26 04:10:03 2015	(r402432)
@@ -26,7 +26,7 @@ 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
+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