diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:40:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:40:21 +0000 |
commit | 6adf864b810de100bd21887faadcdf85b56a2e52 (patch) | |
tree | c5527ff33b4f44978bc044b3f75b747288fdbad8 /lang/rust | |
parent | b15e495041a4fd2f9fafcc7d9540759c4c22a610 (diff) | |
download | ports-6adf864b810de100bd21887faadcdf85b56a2e52.tar.gz ports-6adf864b810de100bd21887faadcdf85b56a2e52.zip |
Notes
Diffstat (limited to 'lang/rust')
-rw-r--r-- | lang/rust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 02b09e9881cd..93a9e3bf3d24 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -21,8 +21,8 @@ RUST_TARGET= x86_64-unknown-freebsd ONLY_FOR_ARCHS= amd64 HAS_CONFIGURE= yes USE_LDCONFIG= yes -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USES= gmake perl5 +USE_PERL5= build USE_PYTHON_BUILD= 2.6-2.7 MAKE_JOBS_UNSAFE= yes |