summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-09 08:58:29 +0000
committerjoerg <joerg>2007-01-09 08:58:29 +0000
commitf8ed877c34c48eac40c7ce2593d3776efafc3dd4 (patch)
tree37f828880cca80ab6aa5793dea38fe6a1f301da7
parent1beaca604aa01ec12f76b7b0ff0f83aa50ad3284 (diff)
downloadpkgsrc-f8ed877c34c48eac40c7ce2593d3776efafc3dd4.tar.gz
Include the ghostscript fonts in the search path by default, if they are
installed. Bump revision.
-rw-r--r--fonts/fontconfig/Makefile5
1 files changed, 4 insertions, 1 deletions
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