diff options
Diffstat (limited to 'japanese/magicpoint/Makefile')
-rw-r--r-- | japanese/magicpoint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/magicpoint/Makefile b/japanese/magicpoint/Makefile index 3d83c6d695b..23d5149655a 100644 --- a/japanese/magicpoint/Makefile +++ b/japanese/magicpoint/Makefile @@ -15,7 +15,7 @@ CATEGORIES= japanese MAINTAINER= mita@jp.FreeBSD.org # dirty, but this is required for version independent-ness -CONFIGURE_ARGS= --with-vfontcap=`ls -1 ${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" |