1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/x11/xkbcomp/Makefile
Niclas Zeising 61f7455175 x11/xkbcomp: Update to 1.4.3
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
2020-02-20 20:30:09 +00:00

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>