aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-02-11 01:27:48 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-02-11 01:27:48 +0000
commit1f472296c124486233cda3b80738bffa05177ae0 (patch)
tree91e943990aa724b486bd1e154617e1d3fe183f69
parent44b93d688867fb2497094cb2c41516dfb4144aad (diff)
downloadports-1f472296c124486233cda3b80738bffa05177ae0.tar.gz
ports-1f472296c124486233cda3b80738bffa05177ae0.zip
Notes
-rw-r--r--dns/dnstracer/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/dns/dnstracer/Makefile b/dns/dnstracer/Makefile
index 04dd920b645d..f1a1fd0ca244 100644
--- a/dns/dnstracer/Makefile
+++ b/dns/dnstracer/Makefile
@@ -20,4 +20,12 @@ USE_GMAKE= yes
MAN8= dnstracer.8
PLIST_FILES= bin/dnstracer
-.include <bsd.port.mk>
+OPTIONS= IPV6 "With IPv6 support" on
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITHOUT_IPV6)
+CONFIGURE_ARGS+=--disable-ipv6
+.endif
+
+.include <bsd.port.post.mk>