diff options
author | James E. Housley <jeh@FreeBSD.org> | 2004-06-23 13:33:38 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2004-06-23 13:33:38 +0000 |
commit | d81cca60f58cb1352d7c97f47d512f31f1db8f27 (patch) | |
tree | d5b3e70cf741fb8b5a5ca964aff5e849eb7e4b81 /sysutils/healthd | |
parent | 6ee631b3264ab01327106a6c146a8a19fd6844a5 (diff) | |
download | ports-d81cca60f58cb1352d7c97f47d512f31f1db8f27.tar.gz ports-d81cca60f58cb1352d7c97f47d512f31f1db8f27.zip |
Notes
Diffstat (limited to 'sysutils/healthd')
-rw-r--r-- | sysutils/healthd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index 21acd28777d7..f2aaaaa7f57a 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -61,4 +61,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/PROTOCOL ${HDDOCDIR} .endif +pre-everything:: +.ifndef (WITHOUT_IPV6) + @${ECHO_MSG} "WITHOUT_IPV6=yes builds without IPv6 support" +.endif .include <bsd.port.post.mk> |