diff options
author | David Spencer | 2016-01-27 00:31:51 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2016-01-29 01:16:42 +0100 |
commit | 8297902b4824ae1d20fc2106b434a8e3019fa15e (patch) | |
tree | 8c9bf842fa2fa5cc36efa2dab0e3b7a8d1fd5585 /network/nagiosgraph | |
parent | ed95002a87c0c883429b9d0136823f936624ef1a (diff) | |
download | slackbuilds-8297902b4824ae1d20fc2106b434a8e3019fa15e.tar.gz |
network/nagiosgraph: Fixed REQUIRES.
CGI was removed from the perl-5.22 core.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/nagiosgraph')
-rw-r--r-- | network/nagiosgraph/nagiosgraph.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/nagiosgraph/nagiosgraph.info b/network/nagiosgraph/nagiosgraph.info index 4c4ff45eb0..13a7de35e9 100644 --- a/network/nagiosgraph/nagiosgraph.info +++ b/network/nagiosgraph/nagiosgraph.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/nagiosgraph/nagiosgraph-1.5.2.tar.gz" MD5SUM="b55e09c19c8f10125e8137f08d560145" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="nagios rrdtool" +REQUIRES="nagios rrdtool perl-CGI" MAINTAINER="Mario Preksavec" EMAIL="mario at slackware dot hr" |