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
This commit is contained in:
parent
1ac1a784fa
commit
8a42a7a466
1 changed files with 5 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue