Index: head/x11/xcb-util-image/Makefile =================================================================== --- head/x11/xcb-util-image/Makefile (revision 500585) +++ head/x11/xcb-util-image/Makefile (revision 500586) @@ -1,23 +1,26 @@ # $FreeBSD$ PORTNAME= xcb-util-image PORTVERSION= 0.4.0 PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= Port of Xlib's XImage and XShmImage functions +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + 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-image/pkg-descr =================================================================== --- head/x11/xcb-util-image/pkg-descr (revision 500585) +++ head/x11/xcb-util-image/pkg-descr (revision 500586) @@ -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. Image module is a port o Xlib's XImage and XShmImage functions. -WWW: http://xcb.freedesktop.org/ +WWW: https://xcb.freedesktop.org/