pkgsrc-WIP-changes archive

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

colord: fix link to moved libgudev



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <cirnatdan%NetBSD.org@localhost>
Pushed By:	cirnatdan
Date:		Sun Jun 8 12:16:01 2025 +0200
Changeset:	ba0843d7966dc59c186b25e3ac172509372c2c5d

Modified Files:
	colord/Makefile

Log Message:
colord: fix link to moved libgudev

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ba0843d7966dc59c186b25e3ac172509372c2c5d

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

diffstat:
 colord/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/colord/Makefile b/colord/Makefile
index c2b9e0a581..31b2dbd50e 100644
--- a/colord/Makefile
+++ b/colord/Makefile
@@ -37,7 +37,7 @@ TOOL_DEPENDS+=	docbook-xsl-ns-[0-9]*:../../wip/docbook-xsl-ns
 .if ${OPSYS} == "Linux"
 .include "../../wip/libgusb/buildlink3.mk"
 #.include "../../wip/udev/buildlink3.mk"
-.include "../../wip/libgudev/buildlink3.mk"
+.include "../../devel/libgudev/buildlink3.mk"
 .endif
 .include "../../graphics/lcms2/buildlink3.mk"
 .include "../../databases/sqlite3/buildlink3.mk"


Home | Main Index | Thread Index | Old Index