mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Fix a wrong RUN_DEPEND entry.
Comment where the requirements are defined. Bump PORTREVISION. PR: 240660 Submitted by: <vladimir.chukharev@gmail.com> (maintainer)
This commit is contained in:
parent
4a1a78fec8
commit
16bea1a26b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512505
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= apptools
|
||||
PORTVERSION= 4.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -15,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
# See ${WRKSRC}/image_LICENSE.txt for information that other
|
||||
# files *LICENSE* are not used
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=4.5.0:devel/py-traits@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitsui>=0:graphics/py-traitsui@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}configobj>=5.0.:devel/py-configobj@${PY_FLAVOR}
|
||||
# The requirements are defined in apptools/__init__.py
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
Loading…
Reference in New Issue
Block a user