aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-05 00:43:40 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-05 00:43:40 +0000
commitce6eaa8e39be2859ced7f67fc01062e4e50992be (patch)
tree8b2144923dceb5e040c94164a306315575ced373
parent51419cc7b280e1fc88293203cc5feb8ce343dc37 (diff)
downloadports-ce6eaa8e39be2859ced7f67fc01062e4e50992be.tar.gz
ports-ce6eaa8e39be2859ced7f67fc01062e4e50992be.zip
biology/peak-classifier: Clean up USES=python
- Fix d6b521a455883ea2b387fb9cf61637ea879b746c - Reapply 1d86601d3200c531e7fcd174cdd1feaf6d616518 USES=python means USES=python:3.8+ now. Approved by: portmgr (blanket) With hat: python
-rw-r--r--biology/peak-classifier/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/peak-classifier/Makefile b/biology/peak-classifier/Makefile
index 57ff12184d4e..fc7ddb9226a8 100644
--- a/biology/peak-classifier/Makefile
+++ b/biology/peak-classifier/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libxtend.so:devel/libxtend libbiolibc.so:biology/biolibc
RUN_DEPENDS= bedtools:biology/bedtools \
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
-USES= localbase python:3.7+ shebangfix
+USES= localbase python shebangfix
USE_GITHUB= yes
GH_ACCOUNT= auerlab