diff options
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> |