cope with multiple vfontcap file.

Submitted by:	ume@mahoroba.org
This commit is contained in:
Jun-ichiro itojun Hagino 2000-02-13 16:50:54 +00:00
parent e1cff1a0f1
commit fc6616bf13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25756

View file

@ -17,7 +17,7 @@ CATEGORIES= japanese
MAINTAINER= itojun@itojun.org
# dirty, but this is required for version independent-ness
CONFIGURE_ARGS= --with-vfontcap=`${ECHO} ${LOCALBASE}/share/VFlib/*/vfontcap | tail -1`
CONFIGURE_ARGS= --with-vfontcap=`ls -1 ${LOCALBASE}/share/VFlib/*/vfontcap | tail -1`
CONFIGURE_ARGS+= --enable-freetype-charset16
.include "${MASTERDIR}/Makefile"