diff options
author | marcus <marcus@FreeBSD.org> | 2002-10-23 16:30:04 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-10-23 16:30:04 +0000 |
commit | 841af11eb62c7512c331864d105781946dd18b6a (patch) | |
tree | 9fd41bc0470ec3f566e0550fe195bffab9c90bb2 /x11-fonts/fontconfig | |
parent | 4e92089059de2564d6d1152e2f80df07d8eaa1a9 (diff) | |
download | FreeBSD-ports-841af11eb62c7512c331864d105781946dd18b6a.zip FreeBSD-ports-841af11eb62c7512c331864d105781946dd18b6a.tar.gz |
Correct the default font path.
Submitted by: boris karlov <borman@blank.spb.ru>
Diffstat (limited to 'x11-fonts/fontconfig')
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index d15118b..d14bb24 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -7,7 +7,7 @@ PORTNAME= fontconfig PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= http://fontconfig.org/release/ DISTNAME= fcpackage.${PORTVERSION:S/./_/} @@ -26,7 +26,7 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \ --with-expat=${LOCALBASE} \ - --with-default-fonts=${X11BASE}/lib/fonts + --with-default-fonts=${X11BASE}/lib/X11/fonts CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} WRKSRC= ${WRKDIR}/${DISTNAME}/fontconfig |