diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 09:24:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 09:24:47 +0000 |
commit | 912c68df95479775d8b605f468e39bb4f7914d1e (patch) | |
tree | 61b71e9b35b9bf982a153ac7b8823feeb60e1418 /print/fpdf | |
parent | 796c3c772e0cdf2731621d15bfabeba92e587e6b (diff) |
Notes
Diffstat (limited to 'print/fpdf')
-rw-r--r-- | print/fpdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/fpdf/Makefile b/print/fpdf/Makefile index 0fe19a7780f5..39512a4f0fef 100644 --- a/print/fpdf/Makefile +++ b/print/fpdf/Makefile @@ -16,7 +16,7 @@ COMMENT= A free PHP class to generate PDF files with pure PHP USE_PHP= zlib FETCH_CMD= ${FETCH_BINARY} -ARr -o ${DISTDIR}/${DISTFILES} -USE_DOS2UNIX= yes +USES= dos2unix NO_BUILD= yes FPDF_DIR?= share/fpdf |