View | Details | Raw Unified | Return to bug 53998
Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	fontconfig
8
PORTNAME=	fontconfig
9
PORTVERSION=	2.2.1
9
PORTVERSION=	2.2.1
10
PORTREVISION=	1
10
CATEGORIES=	x11-fonts
11
CATEGORIES=	x11-fonts
11
MASTER_SITES=	http://www.fontconfig.org/release/ \
12
MASTER_SITES=	http://www.fontconfig.org/release/ \
12
		http://nexp.cs.pdx.edu/fontconfig/release/
13
		http://nexp.cs.pdx.edu/fontconfig/release/
Lines 15-21 Link Here
15
COMMENT=	An XML-based font configuration API for X Windows
16
COMMENT=	An XML-based font configuration API for X Windows
16
17
17
LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2 \
18
LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2 \
18
		expat.4:${PORTSDIR}/textproc/expat2
19
		expat.4:${PORTSDIR}/textproc/expat2 \
20
		Xrender.1:${PORTSDIR}/x11-toolkits/xrender
19
21
20
USE_GMAKE=	yes
22
USE_GMAKE=	yes
21
PREFIX?=	${X11BASE}
23
PREFIX?=	${X11BASE}

Return to bug 53998