diff options
Diffstat (limited to 'devel/py-jsonrpclib/Makefile')
-rw-r--r-- | devel/py-jsonrpclib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-jsonrpclib/Makefile b/devel/py-jsonrpclib/Makefile index baded8b3a1bb..c040b40bde79 100644 --- a/devel/py-jsonrpclib/Makefile +++ b/devel/py-jsonrpclib/Makefile @@ -13,7 +13,7 @@ COMMENT= Implements the JSON-RPC 2.0 proposed specification in pure Python LICENSE= APACHE20 -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options |