diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-08 20:23:38 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-08 20:23:38 +0000 |
commit | ed59156ea974a2adcb0480a67bd3b9a974de4609 (patch) | |
tree | 32f471cf1255d6ff64639fd65d1d4dd0e33962fb /math/p5-Math-Round | |
parent | c499bf8adee4c324e57d1011d31c74e99e261d67 (diff) | |
download | ports-ed59156ea974a2adcb0480a67bd3b9a974de4609.tar.gz ports-ed59156ea974a2adcb0480a67bd3b9a974de4609.zip |
Notes
Diffstat (limited to 'math/p5-Math-Round')
-rw-r--r-- | math/p5-Math-Round/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/p5-Math-Round/Makefile b/math/p5-Math-Round/Makefile index c84c106c7bd8..daa9ccd5149d 100644 --- a/math/p5-Math-Round/Makefile +++ b/math/p5-Math-Round/Makefile @@ -12,6 +12,8 @@ COMMENT= Perl extension for rounding numbers PERL_CONFIGURE= yes +MAKE_JOBS_SAFE= yes + MAN3= Math::Round.3 .include <bsd.port.mk> |