Index: head/x11/xcb-util-renderutil/Makefile =================================================================== --- head/x11/xcb-util-renderutil/Makefile (revision 472773) +++ head/x11/xcb-util-renderutil/Makefile (revision 472774) @@ -1,24 +1,27 @@ # $FreeBSD$ PORTNAME= xcb-util-renderutil PORTVERSION= 0.3.9 PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= Convenience functions for the Render extension +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libxcb-util.so:x11/xcb-util XORG_CAT= lib USES= gmake USE_XORG= xcb INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e \ 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \ ${WRKSRC}/configure .include Index: head/x11/xcb-util-renderutil/pkg-descr =================================================================== --- head/x11/xcb-util-renderutil/pkg-descr (revision 472773) +++ head/x11/xcb-util-renderutil/pkg-descr (revision 472774) @@ -1,10 +1,10 @@ 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. Renderutil module s Convenience functions for the Render extension. -WWW: http://xcb.freedesktop.org/ +WWW: https://xcb.freedesktop.org/