summaryrefslogtreecommitdiff
path: root/security/botan
diff options
context:
space:
mode:
authormarkd <markd>2016-06-19 05:26:37 +0000
committermarkd <markd>2016-06-19 05:26:37 +0000
commit23db33dddb60a03baa5bdc9844a38b09154ced5c (patch)
tree55fafb9db75aea4cdae8794e1e8af908d7bc3a56 /security/botan
parent5b83ebf24bb34d3464ba0adfefbd3636aeca340c (diff)
downloadpkgsrc-23db33dddb60a03baa5bdc9844a38b09154ced5c.tar.gz
Don't try to use sphinx if found.
Diffstat (limited to 'security/botan')
-rw-r--r--security/botan/Makefile3
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}