mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Copy dateutil and pytz from BUILD_DEPENDS to RUN_DEPENDS, since
they are required. Fix a few portlint nits while I'm here. PR: ports/162418 Submitted by: olgeni Approved by: maintainer Feature safe: yes
This commit is contained in:
parent
be2e0e08c5
commit
3417c1452d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285444
1 changed files with 23 additions and 21 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= matplotlib
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -21,7 +21,9 @@ BUILD_DEPENDS= ${PYNUMPY} \
|
|||
${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
png.6:${PORTSDIR}/graphics/png
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \
|
||||
${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
|
||||
|
||||
USE_PYTHON= 2.4+
|
||||
USE_PYDISTUTILS=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue