freebsd-ports/x11-fonts/libXfont/Makefile
Niclas Zeising b015a1fa41 Update libXfont to 1.4.7
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
2014-01-08 10:42:04 +00:00

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>