diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-08 23:30:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-08 23:30:53 +0000 |
commit | 30f9ce519b133fd6a741df341f983be8eec365bd (patch) | |
tree | 29359c411883f1e956dfa65d9b2c907ab662ae9c /textproc/csv2latex | |
parent | 12ed5552ca3d882911ef71749068a34e658335af (diff) | |
download | ports-30f9ce519b133fd6a741df341f983be8eec365bd.tar.gz ports-30f9ce519b133fd6a741df341f983be8eec365bd.zip |
Notes
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 |