diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-09-03 20:26:15 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-09-03 20:26:15 +0000 |
commit | af50d60c184c14df0c971a80d99e5da666fbfc8f (patch) | |
tree | 28f7fa392729c79d87be66d4a92c636cee3d6dcd /textproc/csv2latex/Makefile | |
parent | ab03dbc2e9c5cb22f193f62d707b188844d87ade (diff) | |
download | ports-af50d60c184c14df0c971a80d99e5da666fbfc8f.tar.gz ports-af50d60c184c14df0c971a80d99e5da666fbfc8f.zip |
Notes
Diffstat (limited to 'textproc/csv2latex/Makefile')
-rw-r--r-- | textproc/csv2latex/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/csv2latex/Makefile b/textproc/csv2latex/Makefile index 3b72a4fc32d1..a03e6a6b184f 100644 --- a/textproc/csv2latex/Makefile +++ b/textproc/csv2latex/Makefile @@ -7,7 +7,7 @@ # PORTNAME= csv2latex -PORTVERSION= 20030501 +PORTVERSION= 20040213 CATEGORIES= textproc MASTER_SITES= http://brouits.free.fr/share/utils/ DISTNAME= ${PORTNAME} @@ -16,8 +16,6 @@ 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 |