pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dbus-python-common



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  2 14:58:18 UTC 2020

Modified Files:
        pkgsrc/sysutils/dbus-python-common: Makefile

Log Message:
sysutils/dbus-python-common: fix unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/dbus-python-common/Makefile

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

Modified files:

Index: pkgsrc/sysutils/dbus-python-common/Makefile
diff -u pkgsrc/sysutils/dbus-python-common/Makefile:1.23 pkgsrc/sysutils/dbus-python-common/Makefile:1.24
--- pkgsrc/sysutils/dbus-python-common/Makefile:1.23    Sun Mar  8 16:51:15 2020
+++ pkgsrc/sysutils/dbus-python-common/Makefile Sat May  2 14:58:17 2020
@@ -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 @@ PYTHON_FOR_BUILD_ONLY=                yes
 
 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