diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-19 07:57:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-19 07:57:25 +0000 |
commit | cae54b76aa4f2d4f16f4a07e52c8cbada1c900e7 (patch) | |
tree | 48956c4a0d8196f731463748dcc981b10c430403 /fonts/font-bh-type1 | |
parent | c31cd978728f0fe8e02b72505490d7758fde5ad5 (diff) | |
download | pkgsrc-cae54b76aa4f2d4f16f4a07e52c8cbada1c900e7.tar.gz |
Slightly change the fc-cache hack for modular Xorg. On NetBSD, TRUE is
just the builtin and failing the absolute path check in configure.
Use TOOLS_CMD.true instead.
Diffstat (limited to 'fonts/font-bh-type1')
-rw-r--r-- | fonts/font-bh-type1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/font-bh-type1/Makefile b/fonts/font-bh-type1/Makefile index 0d9c509f667..c81142825c6 100644 --- a/fonts/font-bh-type1/Makefile +++ b/fonts/font-bh-type1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/12/20 14:19:20 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/02/19 07:57:25 joerg Exp $ # DISTNAME= font-bh-type1-1.0.0 @@ -13,7 +13,7 @@ COMMENT= Standard Bigelow & Holmes TrueType fonts PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -CONFIGURE_ENV+= FCCACHE=${TRUE:Q} +CONFIGURE_ENV+= FCCACHE=${TOOLS_CMD.true:Q} FONTS_DIRS.type1= lib/X11/fonts/Type1 FONTS_DIRS.x11= lib/X11/fonts/Type1 |