From d96ff80dcf3ea3f86d25463e86a8d906e97f73ae Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 19 Jun 2004 07:46:01 +0000 Subject: BROKEN: Does not compile on FreeBSD >= 5.x --- security/rng_82802/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security') 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 -- cgit v1.2.3