b015a1fa41
This is a security fix and it is important to update, since it might lead to a privilege escalation if the X server is run as root (which is the default) Security: CVE-2013-6462
19 lines
388 B
Makefile
19 lines
388 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libXfont
|
|
PORTVERSION= 1.4.7
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X font library
|
|
|
|
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= xproto:both xtrans fontsproto:both fontenc
|
|
|
|
CONFIGURE_ARGS=--without-xmlto --disable-devel-docs
|
|
|
|
.include <bsd.port.mk>
|