diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-cheetah/Makefile | 4 |
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 |