diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 10:31:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 10:31:33 +0000 |
commit | 68690716b25f118593e698ce7c73eb02e05e7bcd (patch) | |
tree | 2b630dfc5df8b97c14b7c4c65c0e26bcc6fed35d /archivers | |
parent | 2b73e6b892942e7adcac7c0fef003ef47e4af507 (diff) | |
download | ports-68690716b25f118593e698ce7c73eb02e05e7bcd.tar.gz ports-68690716b25f118593e698ce7c73eb02e05e7bcd.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zip-ada/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/zip-ada/Makefile b/archivers/zip-ada/Makefile index 71e59f12a198..2d47a09e7ace 100644 --- a/archivers/zip-ada/Makefile +++ b/archivers/zip-ada/Makefile @@ -12,9 +12,8 @@ COMMENT= Zip compressed archive file format library written in Ada LICENSE= MIT -USES= ada perl5 +USES= ada perl5 dos2unix USE_PERL5= build -USE_DOS2UNIX= yes EXTRACT_SUFX= .zip WRKSRC= ${WRKDIR}/zip-ada MAKE_ENV+= Build_Mode=Optimize |