diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-09 17:01:05 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-09 17:01:05 +0800 |
commit | 22b9b327ec8673cef57e4e7e5dcbe05c191b4f7d (patch) | |
tree | 47ed44bd1958729c2fc9949023d13d41fbdcebc0 /print/sgf2tex | |
parent | 0c656f6a7ae909d114d0a3984854b9009917fb87 (diff) | |
download | freebsd-ports-graphics-22b9b327ec8673cef57e4e7e5dcbe05c191b4f7d.tar.gz freebsd-ports-graphics-22b9b327ec8673cef57e4e7e5dcbe05c191b4f7d.tar.zst freebsd-ports-graphics-22b9b327ec8673cef57e4e7e5dcbe05c191b4f7d.zip |
Mark BROKEN: fails to build
===> Building for sgf2tex-3.3_6
cc -g -o sgfsplit sgfsplit.c
/usr/local/bin/etex manual
/usr/local/bin/etex: No such file or directory
*** [manual.dvi] Error code 1
Reported by: pkg-fallout
Diffstat (limited to 'print/sgf2tex')
-rw-r--r-- | print/sgf2tex/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/sgf2tex/Makefile b/print/sgf2tex/Makefile index e1b02721145..9ef3cdd32d5 100644 --- a/print/sgf2tex/Makefile +++ b/print/sgf2tex/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://sporadic.stanford.edu/bump/ MAINTAINER= spcoltri@omcl.org COMMENT= Convert a Go game record in SGF format into TeX and provide fonts to make a dvi +BROKEN= Fails to build + USES= shebangfix SHEBANG_FILES= sgf2tex USE_TEX= tex |