diff options
author | jeh <jeh@FreeBSD.org> | 2004-06-23 21:33:38 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2004-06-23 21:33:38 +0800 |
commit | 6e735b1bab94a2c6220c281bb61159c88f36ceb2 (patch) | |
tree | fac73c692d6ccbc2a6b0f9d48df26e591d6a5e9b /sysutils | |
parent | 8c025639f18b2349496d05069a2697a6b27eae6b (diff) | |
download | freebsd-ports-gnome-6e735b1bab94a2c6220c281bb61159c88f36ceb2.tar.gz freebsd-ports-gnome-6e735b1bab94a2c6220c281bb61159c88f36ceb2.tar.zst freebsd-ports-gnome-6e735b1bab94a2c6220c281bb61159c88f36ceb2.zip |
Give help for the standard ports option WITHOUT_IPV6, so it is visiable
without having to read the Makefile. The same can be accomplished via
adding the "-6" option when running healthd.
PR: 68207
Submitted by: Walter Venable <weaseal@users.sourceforge.net>
Diffstat (limited to 'sysutils')
-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> |