summaryrefslogtreecommitdiff
path: root/japanese/vftool
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-03-22 07:58:44 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-03-22 07:58:44 +0000
commit5a15fe7949b76131d41d3e4a334b14b431dc1901 (patch)
treea72836c25665f48a50fbd735d01609966a418ed4 /japanese/vftool
parentNuke fvwm2-english. It has been kept around only for reference, and if anyone (diff)
Mark this port broken:
===> Building for ja-vftool-1.2 cc -O2 -pipe -c mkn2avf.c cc -O2 -pipe -c jfm.c cc -O2 -pipe -c scale.c cc -O2 -pipe -c io.c cc -O2 -pipe -c kanji.c cc -O2 -pipe -c util.c cc -o mkn2avf mkn2avf.o jfm.o scale.o io.o kanji.o util.o mkdir vf-n2a ./MKNTT2ASC dm min /usr/local/share/texmf/fonts/tfm/ptex vf-n2a cannot read /usr/local/share/texmf/fonts/tfm/ptex/min5.tfm cannot read /usr/local/share/texmf/fonts/tfm/ptex/min6.tfm cannot read /usr/local/share/texmf/fonts/tfm/ptex/min7.tfm cannot read /usr/local/share/texmf/fonts/tfm/ptex/min8.tfm cannot read /usr/local/share/texmf/fonts/tfm/ptex/min9.tfm cannot read /usr/local/share/texmf/fonts/tfm/ptex/min10.tfm cannot read /usr/local/share/texmf/fonts/tfm/ptex/min10.tfm cannot read /usr/local/share/texmf/fonts/tfm/ptex/min10.tfm cannot read /usr/local/share/texmf/fonts/tfm/ptex/min10.tfm *** Error code 1
Notes
Notes: svn path=/head/; revision=10282
Diffstat (limited to 'japanese/vftool')
-rw-r--r--japanese/vftool/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/vftool/Makefile b/japanese/vftool/Makefile
index 2e0ed8d75f21..46ce7d02526b 100644
--- a/japanese/vftool/Makefile
+++ b/japanese/vftool/Makefile
@@ -3,7 +3,7 @@
# Date created: 12 September 1997
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
-# $Id: Makefile,v 1.1.1.1 1998/02/28 05:18:59 itojun Exp $
+# $Id: Makefile,v 1.2 1998/03/04 07:28:33 asami Exp $
#
DISTNAME= vftool-1.2
@@ -18,6 +18,8 @@ BUILD_DEPENDS= ${JFMDIR}/goth10.tfm:${PORTSDIR}/japanese/ptex-${JACODE} \
${GOTTFMDIR}/dgjgreek10.tfm:${PORTSDIR}/japanese/jtex209-${JTEX} \
${PKDIR}/dmjsy10.${RESOLUTION}pk:${PORTSDIR}/japanese/pkfonts
+BROKEN= build
+
ALL_TARGET= n2a a2n a2bk p2pn tjsy tjsypk rot
SCRIPTS_ENV= SED=${SED} \
PKDIR=${PKDIR} WRKSRC=${WRKSRC} \