pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/botan-devel



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Dec 22 22:33:15 UTC 2019

Modified Files:
        pkgsrc/security/botan-devel: Makefile

Log Message:
botan-devel: don't accidentally detect and use sphinx


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/security/botan-devel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/botan-devel/Makefile
diff -u pkgsrc/security/botan-devel/Makefile:1.33 pkgsrc/security/botan-devel/Makefile:1.34
--- pkgsrc/security/botan-devel/Makefile:1.33   Thu Aug 22 12:23:43 2019
+++ pkgsrc/security/botan-devel/Makefile        Sun Dec 22 22:33:15 2019
@@ -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
 



Home | Main Index | Thread Index | Old Index