diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-23 16:30:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-23 16:30:04 +0000 |
commit | 99ff4271b4cfaf51f02f1143ec99f16537e43118 (patch) | |
tree | 70299ca73a49728bb4894aab24f1424bf3766a32 /x11-fonts | |
parent | Control the install destination for header files with INCLUDEDIR, not (diff) |
Correct the default font path.
Submitted by: boris karlov <borman@blank.spb.ru>
Notes
Notes:
svn path=/head/; revision=68675
Diffstat (limited to 'x11-fonts')
-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 d15118b60e13..d14bb24bfcfa 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 |