svn commit: r455861 - head/comms/wsjt

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 14:05:10 UTC 2017


Author: antoine
Date: Sat Dec  9 14:05:08 2017
New Revision: 455861
URL: https://svnweb.freebsd.org/changeset/ports/455861

Log:
  wsjt builds fine without the python metaport

Modified:
  head/comms/wsjt/Makefile

Modified: head/comms/wsjt/Makefile
==============================================================================
--- head/comms/wsjt/Makefile	Sat Dec  9 13:45:48 2017	(r455860)
+++ head/comms/wsjt/Makefile	Sat Dec  9 14:05:08 2017	(r455861)
@@ -14,8 +14,7 @@ LICENSE=	GPLv3
 
 RUN_DEPENDS=	${LOCALBASE}/bin/kvasd:comms/kvasd \
 		${WSJT_DEPENDS}
-BUILD_DEPENDS=	python:lang/python \
-		${WSJT_DEPENDS}
+BUILD_DEPENDS=	${WSJT_DEPENDS}
 LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 		libfftw3f.so:math/fftw3-float \
 		libsamplerate.so:audio/libsamplerate \


More information about the svn-ports-all mailing list