Fix wrong PKGNAME dependency.
Spotted by: Poudriere With hat: portmgr
This commit is contained in:
parent
d6082fb9ac
commit
0fa534ddf0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443725
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= traceback2
|
||||
PORTVERSION= 1.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,8 +13,8 @@ COMMENT= New features in traceback backported to Python 2
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr \
|
||||
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-six \
|
||||
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-pbr
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
|
||||
${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr
|
||||
|
||||
LICENSE= PSFL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user