1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

converters/py-bcode: Fix python dependency

Should depend on Python 2.7, not the Python 2 metaport

Reported by:	koobs
This commit is contained in:
Mark Felder 2016-11-16 15:42:55 +00:00
parent 1493c1a463
commit 96b0c96c5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426244

View File

@ -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>