Date: Mon, 08 Jun 2026 19:16:29 +0000 From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 08b849e102b0 - main - cad/kicad: Add CPE information Message-ID: <6a27150d.3d57c.64dd3c43@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=08b849e102b01999aa3a2381f4f06672de1ca800 commit 08b849e102b01999aa3a2381f4f06672de1ca800 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2026-06-08 18:16:32 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2026-06-08 19:08:50 +0000 cad/kicad: Add CPE information --- cad/kicad/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index 72eba27c0999..206691e203f5 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -30,9 +30,11 @@ LIB_DEPENDS= libboost_locale.so:devel/boost-libs \ libpoppler-glib.so:graphics/poppler-glib \ libodbc.so:databases/unixODBC -USES= cmake:noninja compiler:c++20-lang desktop-file-utils \ +USES= cmake:noninja compiler:c++20-lang cpe desktop-file-utils \ gnome pkgconfig python shared-mime-info shebangfix \ tar:bz2 xorg +CPE_VENDOR= kicad +CPE_PRODUCT= eda SHEBANG_FILES= pcbnew/python/plugins/touch_slider_wizard.py USE_XORG= ice x11 xexthome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a27150d.3d57c.64dd3c43>
