diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 04:56:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 04:56:33 +0000 |
commit | 7f91b56b5bf59db3283548ee901e99d9efd163c4 (patch) | |
tree | a6811fc307d49609c23335b6e19b1b08efbfd134 /security/ident2 | |
parent | 625ec2da0ac06832ec3a832952fa1fce8e8b3e61 (diff) |
Notes
Diffstat (limited to 'security/ident2')
-rw-r--r-- | security/ident2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/ident2/Makefile b/security/ident2/Makefile index 299bafb0f936..d5f5955ef512 100644 --- a/security/ident2/Makefile +++ b/security/ident2/Makefile @@ -17,4 +17,10 @@ COMMENT= An RFC1413 identification server which also supports random replies GNU_CONFIGURE= yes MAN8= ident2.8 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |