From 52e9d6a58c1bc3cab2cb4df33b978005b34f3293 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:59 +0100 Subject: [PATCH] Cheetah: add autoreconf support Signed-off-by: Stephan Raue --- packages/python/devel/Cheetah/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/python/devel/Cheetah/meta b/packages/python/devel/Cheetah/meta index bdf06a5768..8355614ae1 100644 --- a/packages/python/devel/Cheetah/meta +++ b/packages/python/devel/Cheetah/meta @@ -12,3 +12,5 @@ PKG_SECTION="python/devel" PKG_SHORTDESC="cheetah: Python-powered template engine and code generator" PKG_LONGDESC="Cheetah is a Python-powered template engine and code generator. It can be used as a standalone utility or it can be combined with other tools. Cheetah has many potential uses, but web developers looking for a viable alternative to ASP, JSP, PHP and PSP are expected to be its principle user group." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"