diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-11 05:37:43 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-11 05:37:43 +0800 |
commit | ca702b7472a02765c85493e45500186c4cdaaf5d (patch) | |
tree | 17c9cb042125929039544777dd37d88a391a840e /dns | |
parent | 4fa2b27b3cb98c6a4a16a13e7191c87e40cf920d (diff) | |
download | freebsd-ports-gnome-ca702b7472a02765c85493e45500186c4cdaaf5d.tar.gz freebsd-ports-gnome-ca702b7472a02765c85493e45500186c4cdaaf5d.tar.zst freebsd-ports-gnome-ca702b7472a02765c85493e45500186c4cdaaf5d.zip |
BROKEN on 4.x: Does not compile
Diffstat (limited to 'dns')
-rw-r--r-- | dns/drill/Makefile | 8 |
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> |