git: d72eb4b56966 - main - x11/libxkbcommon: Add CPE information
Bernhard Froehlich
decke at FreeBSD.org
Sat Sep 25 20:30:14 UTC 2021
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d72eb4b569669e14b354e568209a3772b7331d3e
commit d72eb4b569669e14b354e568209a3772b7331d3e
Author: Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-25 20:27:04 +0000
Commit: Bernhard Froehlich <decke at 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
More information about the dev-commits-ports-all
mailing list