summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-06-19 07:46:01 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-06-19 07:46:01 +0000
commitd96ff80dcf3ea3f86d25463e86a8d906e97f73ae (patch)
tree6a81ef994a4301fa1391b42b01c427e561132f58 /security
parentBROKEN: Size mismatch (diff)
BROKEN: Does not compile on FreeBSD >= 5.x
Notes
Notes: svn path=/head/; revision=111795
Diffstat (limited to 'security')
-rw-r--r--security/rng_82802/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/rng_82802/Makefile b/security/rng_82802/Makefile
index a5d597cdec49..7762eabe43df 100644
--- a/security/rng_82802/Makefile
+++ b/security/rng_82802/Makefile
@@ -31,4 +31,8 @@ post-deinstall:
PKGDEINSTALL= ${PKGINSTALL}
+.if ${OSVERSION} >= 502112
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.include <bsd.port.post.mk>