aboutsummaryrefslogtreecommitdiff
path: root/devel/py-cheetah
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-11-09 22:45:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-11-09 22:45:00 +0000
commit15baa74c3848fe2a54aaa877197dc377517a7ae3 (patch)
tree7075574c3f19783ea42daace71e043bb386c092f /devel/py-cheetah
parent0315869b2e426b3ee71c29851dc173ac636f07eb (diff)
downloadports-15baa74c3848fe2a54aaa877197dc377517a7ae3.tar.gz
ports-15baa74c3848fe2a54aaa877197dc377517a7ae3.zip
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)
Notes
Notes: svn path=/head/; revision=202613
Diffstat (limited to 'devel/py-cheetah')
-rw-r--r--devel/py-cheetah/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-cheetah/Makefile b/devel/py-cheetah/Makefile
index 4d540c7f51d7..c711eb508534 100644
--- a/devel/py-cheetah/Makefile
+++ b/devel/py-cheetah/Makefile
@@ -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