diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-13 03:49:05 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-13 03:49:05 +0800 |
commit | 52a709a19d68f6f4f7b9a319b560349e281c6630 (patch) | |
tree | 8cc3c2c274dea2e4b03c408f1528456b816c8d77 | |
parent | 38f505a3abd27abb8334a55504eadfe914970cda (diff) | |
download | freebsd-ports-gnome-52a709a19d68f6f4f7b9a319b560349e281c6630.tar.gz freebsd-ports-gnome-52a709a19d68f6f4f7b9a319b560349e281c6630.tar.zst freebsd-ports-gnome-52a709a19d68f6f4f7b9a319b560349e281c6630.zip |
Remove build dependency on the python metaport
-rw-r--r-- | sysutils/sample/Makefile | 4 |
1 files 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 |