diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-05-29 08:43:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-05-29 08:43:30 +0000 |
commit | 32754775d41411e4a0ae41a2b80a75091cea6956 (patch) | |
tree | 1d49d591ef60b2f6d92acdf4f5c96dbfb45bf376 /misc | |
parent | 481ffd41c1b625b3b154625b8eddbd008571d1df (diff) | |
download | ports-32754775d41411e4a0ae41a2b80a75091cea6956.tar.gz ports-32754775d41411e4a0ae41a2b80a75091cea6956.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-xgboost/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-xgboost/Makefile b/misc/py-xgboost/Makefile index cbf1b6007e10..d535b7da223f 100644 --- a/misc/py-xgboost/Makefile +++ b/misc/py-xgboost/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libdmlc.so:devel/dmlc-core \ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= python localbase:ldflags +USES= python:3.5+ localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= dmlc USE_PYTHON= distutils autoplist |