svn commit: r461642 - head/sysutils/sample
Antoine Brodin
antoine at FreeBSD.org
Mon Feb 12 19:49:06 UTC 2018
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
More information about the svn-ports-all
mailing list