diff options
-rw-r--r-- | lib/fontconfig/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fontconfig/Makefile.bsd-wrapper b/lib/fontconfig/Makefile.bsd-wrapper index 3ef82b484..6bd100f49 100644 --- a/lib/fontconfig/Makefile.bsd-wrapper +++ b/lib/fontconfig/Makefile.bsd-wrapper @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/12/01 20:28:24 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/12/02 11:08:58 matthieu Exp $ SHARED_LIBS= fontconfig 5.0 CONFIGURE_ARGS= --with-expat=${X11BASE} --sysconfdir=/etc \ --mandir=${X11BASE}/share/man \ - --with-cache-dir=/var/cache \ + --with-cache-dir=/var/cache/fontconfig \ --with-default-fonts=${X11BASE}/lib/X11/fonts \ --with-add-fonts=/usr/local/lib/X11/fonts |