diff options
author | lth <lth@FreeBSD.org> | 2005-05-17 15:57:44 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2005-05-17 15:57:44 +0800 |
commit | f01bd72e68c10df13b553ba097c9faf5eaf01ae5 (patch) | |
tree | 8ef4a8fe15ce1891c77db63d70e0022ce2720d84 /net-mgmt/smokeping | |
parent | 60d3539a5e581b30983b89ed30d343ce9901a4ca (diff) | |
download | freebsd-ports-gnome-f01bd72e68c10df13b553ba097c9faf5eaf01ae5.tar.gz freebsd-ports-gnome-f01bd72e68c10df13b553ba097c9faf5eaf01ae5.tar.zst freebsd-ports-gnome-f01bd72e68c10df13b553ba097c9faf5eaf01ae5.zip |
Use IGNORE instead of BROKEN
Prompted by: kris
Diffstat (limited to 'net-mgmt/smokeping')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index 070a07d7891b..872cadaa2cc7 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/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 |