diff options
author | tnn <tnn@pkgsrc.org> | 2022-04-19 12:13:11 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-04-19 12:13:11 +0000 |
commit | 70bcce4a8f96c5bd744faffe2fb759ceadc88f0b (patch) | |
tree | b5497b874bbf4ee3df5940b86a66d145c0cc4757 /www | |
parent | d7570e2e02ccc94ec96a5ce0b5b9c0c2efd04099 (diff) | |
download | pkgsrc-70bcce4a8f96c5bd744faffe2fb759ceadc88f0b.tar.gz |
trac: force old version of jinja2
Diffstat (limited to 'www')
-rw-r--r-- | www/trac/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index 00c7300da48..ecc9ea6c602 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.93 2022/01/05 15:41:32 wiz Exp $ +# $NetBSD: Makefile,v 1.94 2022/04/19 12:13:11 tnn Exp $ DISTNAME= Trac-1.4.2 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www devel MASTER_SITES= http://ftp.edgewall.org/pub/trac/ @@ -20,7 +20,7 @@ LICENSE= modified-bsd # that use the other. DEPENDS+= ${PYPKGPREFIX}-genshi>=0.6:../../www/py-genshi -DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.11:../../textproc/py-jinja2 +DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.11:../../textproc/py27-jinja2 USE_TOOLS+= pax |