diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-06 22:01:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-06 22:01:30 +0000 |
commit | 2d578ee383801b53ab4b5c81871fe9f8944ee161 (patch) | |
tree | 2d505225e46c5b7a5702758e71fca5c9fbc76e35 /chinese | |
parent | 1a8e716bf0d72a9e0218dce197348c27a7daa89a (diff) |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/vflib/Makefile | 8 | ||||
-rw-r--r-- | chinese/vflib/pkg-descr | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/chinese/vflib/Makefile b/chinese/vflib/Makefile index 7de42c7b3d0a..a206aaf95c51 100644 --- a/chinese/vflib/Makefile +++ b/chinese/vflib/Makefile @@ -35,6 +35,12 @@ CONFIGURE_ARGS= --with-freetype \ --with-freetype-includedir=${PREFIX}/include/freetype1/freetype \ --with-freetype-libdir=${PREFIX}/lib +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (need to replace varargs.h with stdarg.h)" +.endif + pre-patch: @${SED} -e "s;%%LOCALBASE%%;${LOCALBASE};g" -e "s;%%X11BASE%%;${X11BASE};g" ${DISTDIR}/zh-vfontcap.in > ${WRKSRC}/vfontcap @@ -49,4 +55,4 @@ pre-install: post-install: ${MV} ${PREFIX}/share/VFlib/${VFLIB_VERSION}/VF.h ${PREFIX}/include -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/chinese/vflib/pkg-descr b/chinese/vflib/pkg-descr index 60e16fb0da90..50112bcd593f 100644 --- a/chinese/vflib/pkg-descr +++ b/chinese/vflib/pkg-descr @@ -5,6 +5,6 @@ hinting information in TrueType, so clearer output is possible. See /usr/local/lib/VFlib/doc/man.ps (in Japanese) or the following URL for more details. -http://TypeHack.aial.hiroshima-u.ac.jp/VFlib/ +WWW: http://TypeHack.aial.hiroshima-u.ac.jp/VFlib/ This port can use Chinese BIG5 and GB encoded fonts. |