diff options
-rw-r--r-- | converters/py-bcode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/py-bcode/Makefile b/converters/py-bcode/Makefile index ab494467bdaf..1a8084f56046 100644 --- a/converters/py-bcode/Makefile +++ b/converters/py-bcode/Makefile @@ -3,6 +3,7 @@ PORTNAME= bcode PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= converters devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Another bencode implementation LICENSE= MIT -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist .include <bsd.port.mk> |