summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authordrochner <drochner>2010-06-02 19:12:53 +0000
committerdrochner <drochner>2010-06-02 19:12:53 +0000
commit94f5c4a71ec48841a97433026797432481ca1a6f (patch)
treedf849bcddc490644917c61646a3b789ffb3f6889 /fonts
parent724ef6d1c3733686b9cad2e5379f78824a543e1a (diff)
downloadpkgsrc-94f5c4a71ec48841a97433026797432481ca1a6f.tar.gz
also look in ${PREFIX}/share/fonts/urw for postscript standard fonts
which used to be part of ghostscript-fonts -- not strictly necessary for me because x11 provides them as well, but done for compatibility bump PKGREVISION
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontconfig/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile
index 30b4e8d72fc..c633945ef14 100644
--- a/fonts/fontconfig/Makefile
+++ b/fonts/fontconfig/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2009/12/06 13:19:15 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2010/06/02 19:12:53 drochner Exp $
DISTNAME= fontconfig-2.8.0
+PKGREVISION= 1
CATEGORIES= fonts
MASTER_SITES= http://www.fontconfig.org/release/
@@ -32,10 +33,11 @@ CONFIGURE_ENV+= HASDOCBOOK=no
.include "../../mk/bsd.prefs.mk"
+GSFONTS= ${PREFIX}/share/fonts/urw,${PREFIX}/share/ghostscript/fonts
.if ${X11BASE} != ${LOCALBASE}
-CONFIGURE_ARGS+= --with-add-fonts=${X11BASE}/lib/X11/fonts,${PREFIX}/share/ghostscript/fonts
+CONFIGURE_ARGS+= --with-add-fonts=${X11BASE}/lib/X11/fonts,${GSFONTS}
.else
-CONFIGURE_ARGS+= --with-add-fonts=${PREFIX}/share/ghostscript/fonts
+CONFIGURE_ARGS+= --with-add-fonts=${GSFONTS}
.endif
.if ${OPSYS} == "Darwin"