diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-05-16 13:19:09 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-05-16 13:19:09 +0000 |
commit | 5c4f5e84870af23076d6b741da097c674edd0aae (patch) | |
tree | 9a71a87938c6e0b43c4d23a1edb8c8dc8d092193 /net-mgmt/smokeping | |
parent | 116d91ba28f5c8b8fb91c97e9d2947b3bd7f1151 (diff) | |
download | ports-5c4f5e84870af23076d6b741da097c674edd0aae.tar.gz ports-5c4f5e84870af23076d6b741da097c674edd0aae.zip |
Notes
Diffstat (limited to 'net-mgmt/smokeping')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index ad2784301503..070a07d7891b 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -21,6 +21,8 @@ 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" + OPTIONS= FPING "Support for fping probes" on OPTIONS+= ECHOPING "Support for EchoPing probes" off OPTIONS+= CURL "Support for Curl probes" off |