diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:29:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:29:08 +0000 |
commit | 935fc1ffdbbee69971670654c2b0190bedc649b7 (patch) | |
tree | 1d38012c525c65e03b9b9d2c57e389836fd6998c /sysutils/symon | |
parent | 5f9e066c1d7adad8b9a6fa95791cd2a3a5ee9079 (diff) | |
download | ports-935fc1ffdbbee69971670654c2b0190bedc649b7.tar.gz ports-935fc1ffdbbee69971670654c2b0190bedc649b7.zip |
Notes
Diffstat (limited to 'sysutils/symon')
-rw-r--r-- | sysutils/symon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/symon/Makefile b/sysutils/symon/Makefile index 9c5ed8030e01..63036c25ff54 100644 --- a/sysutils/symon/Makefile +++ b/sysutils/symon/Makefile @@ -14,8 +14,8 @@ COMMENT= Performance and information monitoring tool SUB_FILES= pkg-message -USE_PERL5_BUILD= yes - +USES= perl5 +USE_PERL5= build MAKE_JOBS_UNSAFE= yes # Synonym for WITHOUT_SYMUX |