diff options
author | markd <markd@pkgsrc.org> | 2016-06-19 05:26:37 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-06-19 05:26:37 +0000 |
commit | 1c20c127e8090607a233b27180b05b41eb222d44 (patch) | |
tree | f8e1d9ef15c47a1cb6f50bbdd29b4befc4269260 | |
parent | 330c244af237e7dc9a4f4377f5688133501dcac9 (diff) | |
download | pkgsrc-1c20c127e8090607a233b27180b05b41eb222d44.tar.gz |
Don't try to use sphinx if found.
-rw-r--r-- | security/botan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index e4f771e71fe..bb81ad9cc6b 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2016/06/09 08:20:43 he Exp $ +# $NetBSD: Makefile,v 1.39 2016/06/19 05:26:37 markd Exp $ DISTNAME= Botan-1.10.12 PKGNAME= ${DISTNAME:tl} @@ -20,6 +20,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.8.14; 1.10 is su CONFIG_SHELL= ${PYTHONBIN} CONFIGURE_SCRIPT= ./configure.py CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ARGS+= --without-sphinx MAKE_FLAGS+= LIB_OPT=${CXXFLAGS:Q} |