Index: head/x11/xcb-util-keysyms/Makefile =================================================================== --- head/x11/xcb-util-keysyms/Makefile (revision 499825) +++ head/x11/xcb-util-keysyms/Makefile (revision 499826) @@ -1,23 +1,25 @@ # $FreeBSD$ PORTNAME= xcb-util-keysyms PORTVERSION= 0.4.0 PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= Standard X key constants and conversion to/from keycodes +LICENSE= MIT + LIB_DEPENDS= libxcb-util.so:x11/xcb-util XORG_CAT= lib USES= gmake USE_XORG= xcb post-patch: @${REINPLACE_CMD} -e \ 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \ ${WRKSRC}/configure .include Index: head/x11/xcb-util-keysyms/pkg-descr =================================================================== --- head/x11/xcb-util-keysyms/pkg-descr (revision 499825) +++ head/x11/xcb-util-keysyms/pkg-descr (revision 499826) @@ -1,11 +1,11 @@ The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. Keysyms module is the Starndard X key constants and conversions to/from keycodes. -WWW: http://xcb.freedesktop.org/ +WWW: https://xcb.freedesktop.org/