diff options
author | marcus <marcus@FreeBSD.org> | 2003-03-01 09:37:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-03-01 09:37:54 +0800 |
commit | 23253e5a9ea7e2cab59a56d792537486f8ecf94c (patch) | |
tree | 12f9ef077030e33577b53239eb286d2517c51435 /x11-fonts/fontconfig/Makefile | |
parent | 819a89df882f146d75db6c12b0d2bf01e539ea4e (diff) | |
download | freebsd-ports-gnome-23253e5a9ea7e2cab59a56d792537486f8ecf94c.tar.gz freebsd-ports-gnome-23253e5a9ea7e2cab59a56d792537486f8ecf94c.tar.zst freebsd-ports-gnome-23253e5a9ea7e2cab59a56d792537486f8ecf94c.zip |
* Set LC_ALL to C in MAKE_ENV to avoid creating non-well-formed XML
* Allow CJK users to use fixed-width TrueType fonts [1]
Submitted by: perky
Obtained from: fontconfig CVS [1]
Diffstat (limited to 'x11-fonts/fontconfig/Makefile')
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index 5056b88fe885..d4e1988ad990 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -7,7 +7,7 @@ PORTNAME= fontconfig PORTVERSION= 2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fonts MASTER_SITES= http://www.fontconfig.org/fontconfig/release/ DISTNAME= fcpackage.${PORTVERSION:S/./_/} @@ -30,6 +30,7 @@ CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \ --with-default-fonts=${X11BASE}/lib/X11/fonts CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} WRKSRC= ${WRKDIR}/${DISTNAME}/fontconfig +MAKE_ENV= LC_ALL=C MAN1= fc-cache.1 fc-list.1 MAN3= fontconfig.3 |