summaryrefslogtreecommitdiffstats
path: root/sysutils/healthd
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2002-06-19 16:12:06 +0000
committerjeh <jeh@FreeBSD.org>2002-06-19 16:12:06 +0000
commitc505c08fdc9170e58b1e2f073fb8bdf90f8cdcad (patch)
tree9da47c2bc046ed390c02a7fbb3c5d24f0887b3b8 /sysutils/healthd
parentb4510cdc1aaea741f1404cb061a7dee4ed14ed40 (diff)
downloadFreeBSD-ports-c505c08fdc9170e58b1e2f073fb8bdf90f8cdcad.zip
FreeBSD-ports-c505c08fdc9170e58b1e2f073fb8bdf90f8cdcad.tar.gz
Allow IPv6 to be excluded via -DWITHOUT_IPV6
Bump PORTREVISION PR: 39526 Submitted by: steve@stevenwills.com
Diffstat (limited to 'sysutils/healthd')
-rw-r--r--sysutils/healthd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile
index 6f838ad..cf2c9b0 100644
--- a/sysutils/healthd/Makefile
+++ b/sysutils/healthd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= healthd
PORTVERSION= 0.6.8
+PORTREVISION= 1
CATEGORIES= sysutils ipv6
MASTER_SITES= http://healthd.thehousleys.net/
@@ -27,7 +28,7 @@ HDDOCDIR= ${PREFIX}/share/doc/healthd
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 400014
+.if ${OSVERSION} < 400014 || defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --disable-ipv6
.endif
OpenPOWER on IntegriCloud