diff options
author | koobs <koobs@FreeBSD.org> | 2017-08-19 12:54:34 +0000 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2017-08-19 12:54:34 +0000 |
commit | a332232cccdc74d0954867b261222d422b2d6f98 (patch) | |
tree | 8605672c4cea7b64ba61cccdbfa0a9414d360c86 | |
parent | 2e87cdfddb74398671e7956e3abc1bccb4ab7e3f (diff) | |
download | FreeBSD-ports-a332232cccdc74d0954867b261222d422b2d6f98.zip FreeBSD-ports-a332232cccdc74d0954867b261222d422b2d6f98.tar.gz |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-pcs/Makefile b/net/py-pcs/Makefile index 1d5d3ea..5d434a3 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 |