diff options
author | kris <kris@FreeBSD.org> | 2004-06-19 07:46:01 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-19 07:46:01 +0000 |
commit | f957505982f077742379218ae6790b4143861da7 (patch) | |
tree | 08d5a64219f9609776d8f1e9642c04c92d4baa76 /security/rng_82802 | |
parent | b7a044c8cbb8a3bbce3127335d2a76b1cebe228f (diff) | |
download | FreeBSD-ports-f957505982f077742379218ae6790b4143861da7.zip FreeBSD-ports-f957505982f077742379218ae6790b4143861da7.tar.gz |
BROKEN: Does not compile on FreeBSD >= 5.x
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> |