pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py27-jinja2



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Apr 19 11:08:05 UTC 2022

Modified Files:
        pkgsrc/textproc/py27-jinja2: Makefile

Log Message:
try to wire up dependencies correctly


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py27-jinja2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py27-jinja2/Makefile
diff -u pkgsrc/textproc/py27-jinja2/Makefile:1.1 pkgsrc/textproc/py27-jinja2/Makefile:1.2
--- pkgsrc/textproc/py27-jinja2/Makefile:1.1    Tue Apr 19 11:07:18 2022
+++ pkgsrc/textproc/py27-jinja2/Makefile        Tue Apr 19 11:08:04 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/04/19 11:07:18 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2022/04/19 11:08:04 tnn Exp $
 
 DISTNAME=      Jinja2-2.11.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -12,7 +12,7 @@ COMMENT=      Small but fast and easy to use 
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-babel>=0.8:../../devel/py-babel
-DEPENDS+=      ${PYPKGPREFIX}-markupsafe>=0.23:../../textproc/py-markupsafe
+DEPENDS+=      ${PYPKGPREFIX}-markupsafe>=0.23:../../textproc/py27-markupsafe
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index