diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-19 23:08:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-19 23:08:44 +0000 |
commit | 02e619a5d80d666372fdf370624b2d6c016de0d5 (patch) | |
tree | ab8d23ab014eb4477219665648225ccea56d0295 /devel/ireport | |
parent | f153879e96a329b43f46107b542848d2be0769c1 (diff) |
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
Notes
Notes:
svn path=/head/; revision=334361
Diffstat (limited to 'devel/ireport')
-rw-r--r-- | devel/ireport/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ireport/Makefile b/devel/ireport/Makefile index 807f5b9919db..dc54276cc600 100644 --- a/devel/ireport/Makefile +++ b/devel/ireport/Makefile @@ -12,9 +12,10 @@ COMMENT= A visual report builder/designer for JasperReports RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper +USES= dos2unix USE_JAVA= yes JAVA_VERSION= 1.6+ -USE_DOS2UNIX= *.txt +DOS2UNIX_GLOB= *.txt NO_BUILD= yes #LICENSE= GNU AFFERO GPL |