summaryrefslogtreecommitdiff
path: root/www/py-genshi
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-genshi')
-rw-r--r--www/py-genshi/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-genshi/Makefile b/www/py-genshi/Makefile
index e330c8ff39e..8a7bb69b6f1 100644
--- a/www/py-genshi/Makefile
+++ b/www/py-genshi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/05/19 08:59:37 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2010/01/27 08:46:23 wiz Exp $
#
DISTNAME= Genshi-0.5.1
@@ -11,12 +11,12 @@ HOMEPAGE= http://genshi.edgewall.org/
COMMENT= Python toolkit for generation of output for the web
LICENSE= modified-bsd
+DEPENDS+= ${PYPKGPREFIX}-babel>=0.8:../../devel/py-babel
+DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c
-DEPENDS+= ${PYPKGPREFIX}-babel>=0.8:../../devel/py-babel
-DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"