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:
parent
1493c1a463
commit
96b0c96c5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426244
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user