diff options
author | kris <kris@FreeBSD.org> | 2004-06-09 07:30:53 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-09 07:30:53 +0800 |
commit | 50391f825ee5da11b2d89563d375c64a654c29cd (patch) | |
tree | c35e38c1aa04656ce8a9db4e4580f6ecaf2c7324 /textproc/csv2latex | |
parent | d7339eb4db5abb6ee66ee80d3c830b7a06f09f87 (diff) | |
download | freebsd-ports-gnome-50391f825ee5da11b2d89563d375c64a654c29cd.tar.gz freebsd-ports-gnome-50391f825ee5da11b2d89563d375c64a654c29cd.tar.zst freebsd-ports-gnome-50391f825ee5da11b2d89563d375c64a654c29cd.zip |
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 603938619d49..3b72a4fc32d1 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 |