1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

Move to BUILD_DEPENDS

Approved by:	itetcu (mentor, implicit)
This commit is contained in:
Dryice Dong Liu 2007-04-24 03:53:14 +00:00
parent b08ce1318b
commit e12f3b406e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190776

View File

@ -18,9 +18,9 @@ DISTNAME= Mako-${PORTVERSION}
MAINTAINER= dryice@FreeBSD.org
COMMENT= Super-fast templating language in Python
BUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS+= ${BUILD_DEPENDS} \
${PYTHON_PKGNAMEPREFIX}myghtyutils>=0.52:${PORTSDIR}/devel/py-myghtyutils \
BUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools \
${PYTHON_PKGNAMEPREFIX}myghtyutils>=0.52:${PORTSDIR}/devel/py-myghtyutils
RUN_DEPENDS+= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes