diff options
author | jeh <jeh@FreeBSD.org> | 2002-06-19 16:12:06 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2002-06-19 16:12:06 +0000 |
commit | c505c08fdc9170e58b1e2f073fb8bdf90f8cdcad (patch) | |
tree | 9da47c2bc046ed390c02a7fbb3c5d24f0887b3b8 /sysutils/healthd | |
parent | b4510cdc1aaea741f1404cb061a7dee4ed14ed40 (diff) | |
download | FreeBSD-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/Makefile | 3 |
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 |