diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 23:03:17 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 23:03:17 +0000 |
commit | 73b28d21abb05491fa7bb66c5f76d37d5387ae35 (patch) | |
tree | 91a8f80037a3d365b04f79a74dca723ec4cbd34d /japanese | |
parent | f0a4a6be40496469ee45b884c662408d0643b7fd (diff) |
BROKEN on ia64: Coredump during build
Notes
Notes:
svn path=/head/; revision=104679
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/vftool/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/vftool/Makefile b/japanese/vftool/Makefile index bbe0d2e32c69..ad69d6f32d05 100644 --- a/japanese/vftool/Makefile +++ b/japanese/vftool/Makefile @@ -35,6 +35,12 @@ JFMDIR= ${WRKDIR}/share/texmf/fonts/tfm/ptex PORTSDOCDIR= ${PREFIX}/share/doc/vftool TARGETDIRS= vf-n2a vf-a2n vf-a2bk vf-p2pn +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" +BROKEN= "Coredump during build on ia64" +.endif + post-extract: (cd ${WRKDIR}; \ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/plib13-euc.tar.gz \ @@ -63,4 +69,4 @@ do-install: ) .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |