diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-31 13:34:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-31 13:34:16 +0000 |
commit | 905f8e58f78043b36c679e966ad404b47e9c953a (patch) | |
tree | 558612b6b84e9acb58538c02d7e868fa3fc3fecd /sysutils/monitorix | |
parent | 50cfb62e88d8136f6cf7d715739d3606d61c1fa6 (diff) |
Notes
Diffstat (limited to 'sysutils/monitorix')
-rw-r--r-- | sysutils/monitorix/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/monitorix/Makefile b/sysutils/monitorix/Makefile index e9b5610d96f5..ffeb349efb85 100644 --- a/sysutils/monitorix/Makefile +++ b/sysutils/monitorix/Makefile @@ -2,7 +2,7 @@ PORTNAME= monitorix PORTVERSION= 3.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://www.monitorix.org/ \ http://www.monitorix.org/old_versions/ \ @@ -14,7 +14,7 @@ COMMENT= Web based monitoring system LICENSE= GPLv2 LIB_DEPENDS= librrd.so:databases/rrdtool -RUN_DEPENDS= p5-ParallelUA>=0:www/p5-ParallelUA \ +RUN_DEPENDS= p5-ParallelUserAgent>=0:www/p5-ParallelUserAgent \ p5-CGI>=0:www/p5-CGI \ p5-libwww>=0:www/p5-libwww \ p5-MIME-Lite>=0:mail/p5-MIME-Lite \ @@ -25,6 +25,7 @@ RUN_DEPENDS= p5-ParallelUA>=0:www/p5-ParallelUA \ USES= perl5 USE_PERL5= run +NO_ARCH= yes NO_BUILD= yes USE_RC_SUBR= ${PORTNAME} |