summaryrefslogtreecommitdiff
path: root/security/ident2
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 04:56:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 04:56:33 +0000
commit7f91b56b5bf59db3283548ee901e99d9efd163c4 (patch)
treea6811fc307d49609c23335b6e19b1b08efbfd134 /security/ident2
parentBROKEN On 5.x: does not compile (diff)
BROKEN on 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=91280
Diffstat (limited to 'security/ident2')
-rw-r--r--security/ident2/Makefile8
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>