Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2017 14:05:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455861 - head/comms/wsjt
Message-ID:  <201712091405.vB9E59Dc055519@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712091405.vB9E59Dc055519>