Fix wrong PKGNAME dependency.

Spotted by:	Poudriere
With hat:	portmgr
This commit is contained in:
Bryan Drewery 2017-06-17 02:59:11 +00:00
parent d6082fb9ac
commit 0fa534ddf0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443725

View File

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