View | Details | Raw Unified | Return to bug 68207
Collapse All | Expand All

(-)/usr/ports/sysutils/healthd_new/Makefile (+11 lines)
Lines 32-37 Link Here
32
32
33
.include <bsd.port.pre.mk>
33
.include <bsd.port.pre.mk>
34
34
35
pre-everything::
36
37
	@${ECHO} ""
38
	@${ECHO} "	NOTICE:"
39
	@${ECHO} ""
40
	@${ECHO} "	If you do not have IPV6 support enabled on your system, please"
41
	@${ECHO} "	specify the WITHOUT_IPV6=true option to avoid problems."
42
	@${ECHO} "		Syntax: make WITHOUT_IPV6=true install"
43
	@${ECHO} ""
44
	@${ECHO} ""
45
35
.if ${OSVERSION} < 400014 || defined(WITHOUT_IPV6)
46
.if ${OSVERSION} < 400014 || defined(WITHOUT_IPV6)
36
CONFIGURE_ARGS+=	--disable-ipv6
47
CONFIGURE_ARGS+=	--disable-ipv6
37
.endif
48
.endif

Return to bug 68207