From 23db33dddb60a03baa5bdc9844a38b09154ced5c Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 19 Jun 2016 05:26:37 +0000 Subject: Don't try to use sphinx if found. --- security/botan/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/botan') 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} -- cgit v1.2.3