diff options
-rw-r--r-- | x11/fontconfig/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/fontconfig/Makefile b/x11/fontconfig/Makefile index 93852d9..cedc5d1 100644 --- a/x11/fontconfig/Makefile +++ b/x11/fontconfig/Makefile @@ -29,7 +29,9 @@ USE_GMAKE = Yes CONFIGURE_STYLE = gnu -CONFIGURE_ARGS = --sysconfdir=${SYSCONFDIR} +CONFIGURE_ARGS = --sysconfdir=${SYSCONFDIR} \ + --with-default-fonts=${LOCALBASE}/share/fonts \ + --with-cache-dir=/var/cache/fontconfig post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fontconfig |