diff options
Diffstat (limited to 'shells/ion/Makefile')
-rw-r--r-- | shells/ion/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/ion/Makefile b/shells/ion/Makefile index 36f179137432..e9f7b3beaccc 100644 --- a/shells/ion/Makefile +++ b/shells/ion/Makefile @@ -12,7 +12,8 @@ COMMENT= Modern system shell written in Rust LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cargo +USES= cargo dos2unix +DOS2UNIX_FILES= cargo-crates/decimal-2.0.4/src/dec128.rs USE_GITHUB= nodefault GH_TUPLE= whitequark:rust-xdg:9b205b3cc5d12dc8678dceebb1b751d0176118db:xdg USE_GITLAB= yes |