aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2017-08-19 12:54:34 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2017-08-19 12:54:34 +0000
commitea436bb141869653cede277f75edc00ff9c83749 (patch)
tree8605672c4cea7b64ba61cccdbfa0a9414d360c86
parent900168bc8224ce04898d7f63bd9493abc13f4f51 (diff)
downloadports-ea436bb141869653cede277f75edc00ff9c83749.tar.gz
ports-ea436bb141869653cede277f75edc00ff9c83749.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)
Notes
Notes: svn path=/branches/2017Q3/; revision=448306
-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