Index: head/x11-fonts/libXft/Makefile =================================================================== --- head/x11-fonts/libXft/Makefile (revision 456779) +++ head/x11-fonts/libXft/Makefile (revision 456780) @@ -1,30 +1,33 @@ # $FreeBSD$ PORTNAME= libXft PORTVERSION= 2.3.2 PORTREVISION= 1 CATEGORIES= x11-fonts MAINTAINER= gnome@FreeBSD.org COMMENT= Client-sided font API for X applications +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig XORG_CAT= lib USE_XORG= xproto:both xrender INSTALL_TARGET= install-strip post-extract: @${CP} ${FILESDIR}/xft-config.in \ ${WRKSRC}/xft-config.in post-patch: @${REINPLACE_CMD} -e '/ac_config_files/s|xft\.pc|xft\.pc xft-config|' \ ${WRKSRC}/configure post-install: - @${INSTALL_SCRIPT} ${WRKSRC}/xft-config \ + ${INSTALL_SCRIPT} ${WRKSRC}/xft-config \ ${STAGEDIR}${PREFIX}/bin/ .include Index: head/x11-fonts/libXft/pkg-descr =================================================================== --- head/x11-fonts/libXft/pkg-descr (revision 456779) +++ head/x11-fonts/libXft/pkg-descr (revision 456780) @@ -1,8 +1,8 @@ The current version of Xft provides a client-side font API for X applications. It uses Fontconfig to select fonts and the X protocol for rendering them. When available, Xft uses the Render extension to accelerate text drawing. When Render is not available, Xft uses the core protocol to draw client-side glyphs. This provides completely compatible support of client-side fonts for all X servers. -WWW: http://fontconfig.org/ +WWW: https://www.freedesktop.org/wiki/Software/Xft/