1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Mark this as ignore if PACKAGE_BUILDING is set, at least for the moment.

On the build cluster it shows up as depending on both python 2.4 and 2.5.

Discussed with:	maintainer
Approved by:	portmgr (self)
This commit is contained in:
Mark Linimon 2007-11-09 22:45:00 +00:00
parent 0315869b2e
commit 15baa74c38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202613

View File

@ -18,6 +18,10 @@ COMMENT= HTML template engine for Python
BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS= ${BUILD_DEPENDS}
.if defined(PACKAGE_BUILDING)
IGNORE= cannot package: will depend on 2 pythons until py-cheetah is converted to easy_install support
.endif
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
PYDISTUTILS_PKGNAME= Cheetah