aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archivers/rubygem-libarchive/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/rubygem-libarchive/Makefile b/archivers/rubygem-libarchive/Makefile
index 3a877aff695c..a56ae5359a97 100644
--- a/archivers/rubygem-libarchive/Makefile
+++ b/archivers/rubygem-libarchive/Makefile
@@ -11,10 +11,11 @@ COMMENT= Ruby bindings for libarchive
LICENSE= BSD3CLAUSE
+USES= dos2unix
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-USE_DOS2UNIX= ext/depend
+DOS2UNIX_FILES= ext/depend
.include <bsd.port.mk>