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 d28c36c..4bbb697 100644 --- a/x11/fontconfig/Makefile +++ b/x11/fontconfig/Makefile @@ -2,6 +2,7 @@ COMMENT = XML-based font configuration API for X Windows DISTNAME = fontconfig-2.13.1 +REVISION = 0 SHARED_LIBS = fontconfig 14.0 @@ -32,7 +33,8 @@ USE_GMAKE = Yes CONFIGURE_STYLE = gnu CONFIGURE_ARGS = --sysconfdir=${SYSCONFDIR} \ - --with-default-fonts=${PREFIX}/share/fonts \ + --with-default-fonts=${PREFIX}/lib/X11/fonts \ + --with-add-fonts=${LOCALBASE}/share/fonts \ --with-cache-dir=/var/cache/fontconfig post-install: |