diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-01 18:46:06 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-01 18:46:06 +0000 |
commit | 867d117e4473fb892c65a37b104ed644b4f77acb (patch) | |
tree | 59ef53a27dc3e7fc4d27dac71f631990c898b844 /x11-fonts | |
parent | fd3d3ea107d78986f7ad6a39255948d18db2e76e (diff) | |
download | ports-867d117e4473fb892c65a37b104ed644b4f77acb.tar.gz ports-867d117e4473fb892c65a37b104ed644b4f77acb.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index 4011e35a317e..c577361e46b6 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -8,7 +8,7 @@ PORTNAME= fontconfig PORTVERSION= 2.3.2 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= x11-fonts MASTER_SITES= http://fontconfig.org/release/ @@ -27,7 +27,8 @@ USE_GNOME= gnomehack gnometarget pkgconfig CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \ --with-expat-includes=${LOCALBASE}/include \ --with-expat-lib=${LOCALBASE}/lib \ - --with-default-fonts=${X11BASE}/lib/X11/fonts + --with-default-fonts=${X11BASE}/lib/X11/fonts \ + --without-add-fonts CONFIGURE_ENV= HASDOCBOOK=no MAKE_ENV= LC_ALL=C PKGINSTALL= ${WRKDIR}/pkg-install @@ -168,8 +169,8 @@ MAN5= fonts-conf.5 .if defined(WITH_CJK) PATCH_SITES+= http://lwj-hinet.myweb.hinet.net/ \ - ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ \ - http://bsdchat.com/dist/firefly-cjk-patchset/ + ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ \ + http://bsdchat.com/dist/firefly-cjk-patchset/ PATCHFILES+= cjk-fontconfig-2.3.2-20051217.patch.gz PATCH_DIST_STRIP+= -p1 .endif |