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 /graphics/tifmerge | |
parent | f153879e96a329b43f46107b542848d2be0769c1 (diff) |
Notes
Diffstat (limited to 'graphics/tifmerge')
-rw-r--r-- | graphics/tifmerge/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tifmerge/Makefile b/graphics/tifmerge/Makefile index a668514e21e8..a59489ea0709 100644 --- a/graphics/tifmerge/Makefile +++ b/graphics/tifmerge/Makefile @@ -11,7 +11,8 @@ DISTNAME= tiff MAINTAINER= ports@FreeBSD.org COMMENT= Library to merge TIFF files into multi-page TIFF files -USE_DOS2UNIX= *.[ch] +USES= dos2unix +DOS2UNIX_GLOB= *.[ch] USE_LDCONFIG= yes USE_ZIP= yes NO_WRKSUBDIR= yes |