From a79dd6a14010421448045931befda30b2a4628cd Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 9 Jul 2021 21:33:28 +0000 Subject: [PATCH] libpqxx: don't pick up doxygen --- databases/libpqxx/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/libpqxx/Makefile b/databases/libpqxx/Makefile index 84c24c0d7ee..9e8d726813b 100644 --- a/databases/libpqxx/Makefile +++ b/databases/libpqxx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2021/02/28 20:37:56 sthen Exp $ +# $OpenBSD: Makefile,v 1.30 2021/07/09 21:33:28 sthen Exp $ COMMENT= C++ client API for PostgreSQL @@ -31,6 +31,7 @@ MODPY_ADJ_FILES=tools/splitconfig \ SEPARATE_BUILD= No CONFIGURE_STYLE=gnu +CONFIGURE_ARGS= --disable-documentation USE_GMAKE= Yes BUILD_DEPENDS= textproc/xmlto