diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2017-08-19 12:52:23 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2017-08-19 12:52:23 +0000 |
commit | f6ff67a891c02600e8617e8230cd209e8e9b04f4 (patch) | |
tree | c08162db57f623436cbe00be56942a653ea914a9 /net | |
parent | 83c310488f526c0d42c72c7e0add22386e357713 (diff) | |
download | ports-f6ff67a891c02600e8617e8230cd209e8e9b04f4.tar.gz ports-f6ff67a891c02600e8617e8230cd209e8e9b04f4.zip |
Notes
Diffstat (limited to 'net')
-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 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 |