diff options
author | wiz <wiz@pkgsrc.org> | 2022-07-08 22:07:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-07-08 22:07:33 +0000 |
commit | d9b738532c39987820daeda7c49b3b9058e557c8 (patch) | |
tree | faea93400ac39f614a872a53adb02e55350ed605 | |
parent | cd0cbf3025aa76ad5b69da70355eb47669837679 (diff) | |
download | pkgsrc-d9b738532c39987820daeda7c49b3b9058e557c8.tar.gz |
varnish: does not support python 2.x
-rw-r--r-- | www/varnish/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/varnish/Makefile b/www/varnish/Makefile index 7ec40085d0b..f7d0b996dbc 100644 --- a/www/varnish/Makefile +++ b/www/varnish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2022/06/30 11:19:00 nia Exp $ +# $NetBSD: Makefile,v 1.37 2022/07/08 22:07:33 wiz Exp $ DISTNAME= varnish-7.1.0 PKGREVISION= 1 @@ -12,7 +12,9 @@ COMMENT= High-performace HTTP accelerator LICENSE= modified-bsd BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils -PYTHON_VERSIONED_DEPENDENCIES= sphinx:tool +TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx + +PYTHON_VERSIONS_INCOMPATIBLE= 27 GNU_CONFIGURE= yes USE_LIBTOOL= yes @@ -80,7 +82,6 @@ TEST_TARGET= check .include "../../devel/pcre2/buildlink3.mk" .include "../../devel/libexecinfo/buildlink3.mk" .include "../../lang/python/application.mk" -.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/curses.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/readline.buildlink3.mk" |