Date: Sat, 25 Sep 2021 20:30:11 GMT 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: d72eb4b56966 - main - x11/libxkbcommon: Add CPE information Message-ID: <202109252030.18PKUBe3057835@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=d72eb4b569669e14b354e568209a3772b7331d3e commit d72eb4b569669e14b354e568209a3772b7331d3e Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-25 20:27:04 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-25 20:29:04 +0000 x11/libxkbcommon: Add CPE information Approved by: portmgr (blanket) --- x11/libxkbcommon/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/libxkbcommon/Makefile b/x11/libxkbcommon/Makefile index 5c8ad01b0e16..e5294f98de9e 100644 --- a/x11/libxkbcommon/Makefile +++ b/x11/libxkbcommon/Makefile @@ -12,13 +12,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= xkeyboard-config>0:x11/xkeyboard-config -USES= bison compiler:c11 gnome meson pkgconfig tar:xz +USES= bison compiler:c11 cpe gnome meson pkgconfig tar:xz USE_GNOME= libxml2 USE_LDCONFIG= yes MESON_ARGS= -Denable-docs=false \ -Dx-locale-root="${PREFIX}/lib/X11/locale" \ ${MESON_ARGS_${OPSYS}_${OSREL:R}} MESON_ARGS_FreeBSD_11= -Ddefault-rules=xorg +CPE_VENDOR= xkbcommon OPTIONS_DEFINE= EVDEV WAYLAND X11 OPTIONS_DEFAULT=EVDEV WAYLAND X11
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109252030.18PKUBe3057835>