pkgsrc-WIP-changes archive

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

libosinfo: add missing vala dependency to fix PLIST



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun Sep 12 00:16:41 2021 +0200
Changeset:	c312c4fe8a3fcde9273a337924f58d46e52d1c88

Modified Files:
	libosinfo/Makefile

Log Message:
libosinfo: add missing vala dependency to fix PLIST

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

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

diffstat:
 libosinfo/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/libosinfo/Makefile b/libosinfo/Makefile
index 0a4713f4fa..cf8bce8eeb 100644
--- a/libosinfo/Makefile
+++ b/libosinfo/Makefile
@@ -26,4 +26,5 @@ CONFIGURE_ARGS+=	--with-usb-ids-path=${PREFIX}/share/usbids
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"
+.include "../../lang/vala/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index