aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
Diffstat (limited to 'dns')
-rw-r--r--dns/drill/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/dns/drill/Makefile b/dns/drill/Makefile
index 5b29e9ea5491..0a87ba75855a 100644
--- a/dns/drill/Makefile
+++ b/dns/drill/Makefile
@@ -27,4 +27,10 @@ CONFIGURE_ARGS= --prefix=${PREFIX}
PLIST_FILES= bin/drill
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.endif
+
+.include <bsd.port.post.mk>