1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Remove unnecessary dependencies by fix RUN_DEPENDS

PR:		218258
Submitted by:	andreas.hollmann@gmail.com
This commit is contained in:
Wen Heping 2017-04-01 00:31:09 +00:00
parent 173806363a
commit c451c8c9fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437390

View File

@ -3,6 +3,7 @@
PORTNAME= mako
PORTVERSION= 1.0.6
PORTREVISION= 1
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -16,7 +17,9 @@ LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beaker>=1.1:www/py-beaker \
${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:textproc/py-MarkupSafe \
${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel
RUN_DEPENDS+= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beaker>=1.1:www/py-beaker \
${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:textproc/py-MarkupSafe \
${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel
USES= python
USE_PYTHON= autoplist distutils