diff options
author | kris <kris@FreeBSD.org> | 2004-06-08 23:30:53 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-08 23:30:53 +0000 |
commit | 50391f825ee5da11b2d89563d375c64a654c29cd (patch) | |
tree | c35e38c1aa04656ce8a9db4e4580f6ecaf2c7324 /textproc/csv2latex | |
parent | d7339eb4db5abb6ee66ee80d3c830b7a06f09f87 (diff) | |
download | FreeBSD-ports-50391f825ee5da11b2d89563d375c64a654c29cd.zip FreeBSD-ports-50391f825ee5da11b2d89563d375c64a654c29cd.tar.gz |
BROKEN: Size mismatch
Diffstat (limited to 'textproc/csv2latex')
-rw-r--r-- | textproc/csv2latex/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/csv2latex/Makefile b/textproc/csv2latex/Makefile index 6039386..3b72a4f 100644 --- a/textproc/csv2latex/Makefile +++ b/textproc/csv2latex/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .c MAINTAINER= ports@FreeBSD.org COMMENT= Converts a well formed csv file to a LaTeX document +BROKEN= Size mismatch + USE_GETOPT_LONG= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/csv2latex |