From 29e1eb74239b5442ed8f8b1b56f634f7972141e5 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 12 Feb 2018 19:49:05 +0000 Subject: [PATCH] Remove build dependency on the python metaport --- sysutils/sample/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/sample/Makefile b/sysutils/sample/Makefile index d876f3ceb905..0fd1e311139d 100644 --- a/sysutils/sample/Makefile +++ b/sysutils/sample/Makefile @@ -15,13 +15,13 @@ ONLY_FOR_ARCHS_REASON= device driver part of the program only supports amd64 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