diff options
author | markd <markd@pkgsrc.org> | 2019-12-22 22:33:15 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-12-22 22:33:15 +0000 |
commit | 8654bfa666a8fced6f62b6d3a842b81fa805f10c (patch) | |
tree | dc689dc9131b65865ad02c2b99ea20bb5a70b3f1 | |
parent | 225544bc5fa26b0d72f06da957c3806cd77900bf (diff) | |
download | pkgsrc-8654bfa666a8fced6f62b6d3a842b81fa805f10c.tar.gz |
botan-devel: don't accidentally detect and use sphinx
-rw-r--r-- | security/botan-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/botan-devel/Makefile b/security/botan-devel/Makefile index d28c14716cd..9dd40e3a262 100644 --- a/security/botan-devel/Makefile +++ b/security/botan-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2019/08/22 12:23:43 ryoon Exp $ +# $NetBSD: Makefile,v 1.34 2019/12/22 22:33:15 markd Exp $ DISTNAME= Botan-2.11.0 PKGNAME= ${DISTNAME:tl} @@ -21,6 +21,7 @@ CONFIG_SHELL= ${PYTHONBIN} CONFIGURE_SCRIPT= ./configure.py CONFIGURE_ARGS+= --prefix=${PREFIX} --with-zlib --with-boost CONFIGURE_ARGS+= --docdir=share/doc +CONFIGURE_ARGS+= --without-sphinx REPLACE_PYTHON+= *.py src/scripts/*.py |