Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2018 19:49:05 +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: r461642 - head/sysutils/sample
Message-ID:  <201802121949.w1CJn55t038452@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Feb 12 19:49:05 2018
New Revision: 461642
URL: https://svnweb.freebsd.org/changeset/ports/461642

Log:
  Remove build dependency on the python metaport

Modified:
  head/sysutils/sample/Makefile

Modified: head/sysutils/sample/Makefile
==============================================================================
--- head/sysutils/sample/Makefile	Mon Feb 12 19:43:37 2018	(r461641)
+++ head/sysutils/sample/Makefile	Mon Feb 12 19:49:05 2018	(r461642)
@@ -15,13 +15,13 @@ ONLY_FOR_ARCHS_REASON=	device driver part of the progr
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libbfd.a:devel/libbfd \
 		${LOCALBASE}/lib/libiberty.a:devel/gnulibiberty \
-		${LOCALBASE}/lib/libxo.a:devel/libxo \
-		${LOCALBASE}/bin/python:lang/python
+		${LOCALBASE}/lib/libxo.a:devel/libxo
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freenas
 GH_TAGNAME=	45e2b86
 
+BINARY_ALIAS=	python=${PYTHON_CMD}
 USES=		python:build kmod
 USE_PYTHON=	cython
 



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