Add missing RUN_DEPENDS
- Bump PORTREVISION for dependency change - Take maintainership
This commit is contained in:
parent
cbd7c027e1
commit
35aa443759
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526284
1 changed files with 9 additions and 5 deletions
|
@ -3,23 +3,27 @@
|
|||
|
||||
PORTNAME= pycha
|
||||
PORTVERSION= 0.8.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Library for making charts with Python
|
||||
|
||||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= CAIRO
|
||||
OPTIONS_DEFAULT= CAIRO
|
||||
OPTIONS_DEFINE= CAIRO
|
||||
OPTIONS_DEFAULT=CAIRO
|
||||
|
||||
CAIRO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR}
|
||||
CAIRO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue