summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-06-02 19:12:53 +0000
committerdrochner <drochner@pkgsrc.org>2010-06-02 19:12:53 +0000
commit8a42a7a46696b5aaea8e8251ba1e0588dd953453 (patch)
treedf849bcddc490644917c61646a3b789ffb3f6889 /fonts
parent1ac1a784fa6daa3b3c60a55cd3caf943d278fd11 (diff)
downloadpkgsrc-8a42a7a46696b5aaea8e8251ba1e0588dd953453.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"