summaryrefslogtreecommitdiff
path: root/www/py-genshi
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-01-27 08:46:23 +0000
committerwiz <wiz@pkgsrc.org>2010-01-27 08:46:23 +0000
commit1f84876a8110024171a6831805621c9f5e5a83da (patch)
tree691441b1e392002e03cef0ae1e8cde0078c8c71f /www/py-genshi
parent0e0920410673c60b426a651a915fb5186418002b (diff)
downloadpkgsrc-1f84876a8110024171a6831805621c9f5e5a83da.tar.gz
DEPENDS should be right after MAINTAINER block, reorder.
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"