diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 2000-02-13 16:50:54 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 2000-02-13 16:50:54 +0000 |
commit | fc6616bf132ae2f1baa8402fec9fe199b4c3863b (patch) | |
tree | ec0af7cd4c3c47caa5e4f2208c48a433ffff2721 /japanese/magicpoint | |
parent | e1cff1a0f17458cdb1be448b70d717bef45b8fa9 (diff) | |
download | ports-fc6616bf132ae2f1baa8402fec9fe199b4c3863b.tar.gz ports-fc6616bf132ae2f1baa8402fec9fe199b4c3863b.zip |
Notes
Diffstat (limited to 'japanese/magicpoint')
-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 5c6c6a82fcf0..5624e38b7ec1 100644 --- a/japanese/magicpoint/Makefile +++ b/japanese/magicpoint/Makefile @@ -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" |