pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/colord
Module Name: pkgsrc
Committed By: nia
Date: Tue Jun 22 15:09:00 UTC 2021
Modified Files:
pkgsrc/graphics/colord: Makefile
Log Message:
colord: Avoid picking up docbook2man from the host system...
... since it is not(?) available in pkgsrc.
Closes NetBSD/pkgsrc#90
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/colord/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/colord/Makefile
diff -u pkgsrc/graphics/colord/Makefile:1.13 pkgsrc/graphics/colord/Makefile:1.14
--- pkgsrc/graphics/colord/Makefile:1.13 Wed Apr 21 11:41:50 2021
+++ pkgsrc/graphics/colord/Makefile Tue Jun 22 15:09:00 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/04/21 11:41:50 adam Exp $
+# $NetBSD: Makefile,v 1.14 2021/06/22 15:09:00 nia Exp $
DISTNAME= colord-1.3.5
PKGREVISION= 10
@@ -24,6 +24,9 @@ BUILD_DEFS+= VARBASE
PKGCONFIG_OVERRIDE+= lib/colorhug/colorhug.pc.in
PKGCONFIG_OVERRIDE+= lib/colord/colord.pc.in
+# XXX dependency for man pages missing from pkgsrc
+CONFIGURE_ENV+= ac_cv_path_DOCBOOK2MAN=no
+
CONFIGURE_ARGS+= --disable-gusb
CONFIGURE_ARGS+= --disable-udev
CONFIGURE_ARGS+= --disable-bash-completion
Home |
Main Index |
Thread Index |
Old Index