diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-05-17 07:57:44 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-05-17 07:57:44 +0000 |
commit | a9f77cbd5d215455c37a3b6da7d305a91a96e41c (patch) | |
tree | 85b608990c7c07157ff35b8e6f151aa7c56e5748 /net | |
parent | 1f278620a5fcdaadafbfc58966700310cb8c1b7d (diff) | |
download | ports-a9f77cbd5d215455c37a3b6da7d305a91a96e41c.tar.gz ports-a9f77cbd5d215455c37a3b6da7d305a91a96e41c.zip |
Use IGNORE instead of BROKEN
Prompted by: kris
Notes
Notes:
svn path=/head/; revision=135444
Diffstat (limited to 'net')
-rw-r--r-- | net/smokeping/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile index 070a07d7891b..872cadaa2cc7 100644 --- a/net/smokeping/Makefile +++ b/net/smokeping/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \ ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net -BROKEN= "only works with old versions (1.0.x) of net/rrdtool" +IGNORE= "only works with old versions (1.0.x) of net/rrdtool" OPTIONS= FPING "Support for fping probes" on OPTIONS+= ECHOPING "Support for EchoPing probes" off |