mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
61f7455175
Update x11/xkbcomp to 1.4.3, this fixes the build with llvm 10. Changelog: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244235 PR: 244235 (based on) Submitted by: dim
21 lines
348 B
Makefile
21 lines
348 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xkbcomp
|
|
PORTVERSION= 1.4.3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Compile XKB keyboard description
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= pathfix xorg xorg-cat:app
|
|
USE_XORG= x11 xkbfile
|
|
|
|
PLIST_FILES= bin/xkbcomp \
|
|
libdata/pkgconfig/xkbcomp.pc \
|
|
man/man1/xkbcomp.1.gz
|
|
|
|
.include <bsd.port.mk>
|