Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dbus-python-common sysutils/dbus-python-commo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2eead96344aa
branches:  trunk
changeset: 430635:2eead96344aa
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 02 14:58:17 2020 +0000

description:
sysutils/dbus-python-common: fix unknown configure option

diffstat:

 sysutils/dbus-python-common/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 508ac76f3caa -r 2eead96344aa sysutils/dbus-python-common/Makefile
--- a/sysutils/dbus-python-common/Makefile      Sat May 02 14:56:27 2020 +0000
+++ b/sysutils/dbus-python-common/Makefile      Sat May 02 14:58:17 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/03/08 16:51:15 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2020/05/02 14:58:17 rillig Exp $
 
 DISTNAME=      dbus-python-1.2.16
 PKGNAME=       ${DISTNAME:S/python/python-common/}
@@ -20,7 +20,7 @@
 
 USE_TOOLS+=            pkg-config gmake
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --disable-html-docs --disable-api-docs
+CONFIGURE_ARGS+=       --disable-documentation
 
 BUILDLINK_TRANSFORM.SunOS+=    rm:-std=c9x
 



Home | Main Index | Thread Index | Old Index