diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 02:32:20 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 02:32:20 +0000 |
commit | 2c89752fe7fc34608ba95ee17eef707bfa9d2a59 (patch) | |
tree | 1e127fffc78c6a335e2ed4be9ed927382ce844d3 /sysutils/lookupd/Makefile | |
parent | 7201fe2be53f51b9b8ae89c9009f1bf2fc807397 (diff) |
BROKEN on 6.x: Does not compile
Notes
Notes:
svn path=/head/; revision=173201
Diffstat (limited to 'sysutils/lookupd/Makefile')
-rw-r--r-- | sysutils/lookupd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/lookupd/Makefile b/sysutils/lookupd/Makefile index 312fe83ab2cb..c03847874055 100644 --- a/sysutils/lookupd/Makefile +++ b/sysutils/lookupd/Makefile @@ -34,4 +34,8 @@ post-install: IGNORE= This version of lookupd is only supported on FreeBSD 5.1 or later .endif +.if ${OSVERSION} >= 601104 +BROKEN= Does not compile on FreeBSD >= 6.x +.endif + .include <bsd.port.post.mk> |