From 7bf1faaf1b53aa7762d161deaa2a28fe198770a3 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 9 Jan 2007 08:58:29 +0000 Subject: Include the ghostscript fonts in the search path by default, if they are installed. Bump revision. --- fonts/fontconfig/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'fonts') diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile index d6910bc815c..567530a4171 100644 --- a/fonts/fontconfig/Makefile +++ b/fonts/fontconfig/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2006/12/04 12:41:51 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2007/01/09 08:58:29 joerg Exp $ DISTNAME= fontconfig-2.4.2 +PKGREVISION= 1 CATEGORIES= fonts MASTER_SITES= http://www.fontconfig.org/release/ @@ -35,6 +36,8 @@ CONFIGURE_ENV+= HASDOCBOOK=no CONFIGURE_ARGS+= --with-add-fonts=${X11BASE}/lib/X11/fonts .endif +CONFIGURE_ARGS+= --with-add-fonts=${PREFIX}/share/ghostscript/fonts + .if ${OPSYS} == "Darwin" CONFIGURE_ARGS+= --with-arch=${MACHINE_ARCH} .endif -- cgit v1.2.3