aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2017-08-19 20:54:34 +0800
committerkoobs <koobs@FreeBSD.org>2017-08-19 20:54:34 +0800
commita332232cccdc74d0954867b261222d422b2d6f98 (patch)
tree8605672c4cea7b64ba61cccdbfa0a9414d360c86
parent2e87cdfddb74398671e7956e3abc1bccb4ab7e3f (diff)
downloadfreebsd-ports-a332232cccdc74d0954867b261222d422b2d6f98.tar.gz
freebsd-ports-a332232cccdc74d0954867b261222d422b2d6f98.tar.zst
freebsd-ports-a332232cccdc74d0954867b261222d422b2d6f98.zip
MFH: r448305
net/py-pcs: Limit USES=python (actually) Actually change the value of USES=python:<version-spec> that was supposed to land in ports r448303 It was reverted during QA and the final diff was not reviewed prior to commit. Pointyhat me. PR: 219325 Approved by: portmgr (blanket) Approved by: portmgr (blanket)
-rw-r--r--net/py-pcs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-pcs/Makefile b/net/py-pcs/Makefile
index 1d5d3ea289eb..5d434a3bf754 100644
--- a/net/py-pcs/Makefile
+++ b/net/py-pcs/Makefile
@@ -19,7 +19,7 @@ BUILD_DEPENDS= cython>=0.11.2:lang/cython
PORTDOCS= pcs.pdf
PORTEXAMPLES= *
-USES= python
+USES= python:2.7
USE_PYTHON= distutils pythonprefix
OPTIONS_DEFINE= DOCS EXAMPLES