summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-10 21:37:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-10 21:37:43 +0000
commitca702b7472a02765c85493e45500186c4cdaaf5d (patch)
tree17c9cb042125929039544777dd37d88a391a840e /dns
parent- Fix dependencies, unbreak (diff)
BROKEN on 4.x: Does not compile
Notes
Notes: svn path=/head/; revision=132957
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>