diff options
author | feld <feld@FreeBSD.org> | 2016-11-16 23:42:55 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-11-16 23:42:55 +0800 |
commit | 2a91087e459936d1a8ba07917e09f71fe76eead1 (patch) | |
tree | d7c34c59e4ef8b627862f5a613d728aef1b8c5f1 /converters/py-bcode | |
parent | 48599988a99ae3269eb4de21e3c609d11fc2f6ad (diff) | |
download | freebsd-ports-gnome-2a91087e459936d1a8ba07917e09f71fe76eead1.tar.gz freebsd-ports-gnome-2a91087e459936d1a8ba07917e09f71fe76eead1.tar.zst freebsd-ports-gnome-2a91087e459936d1a8ba07917e09f71fe76eead1.zip |
converters/py-bcode: Fix python dependency
Should depend on Python 2.7, not the Python 2 metaport
Reported by: koobs
Diffstat (limited to 'converters/py-bcode')
-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> |