diff options
Diffstat (limited to 'security/rng_82802')
-rw-r--r-- | security/rng_82802/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/rng_82802/Makefile b/security/rng_82802/Makefile index a5d597c..7762eab 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> |