diff options
Diffstat (limited to 'graphics/tifmerge/Makefile')
-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 |