diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 10:54:00 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 10:54:00 +0000 |
commit | b23621676d7a693dfb8360c9725a3ae0b2937846 (patch) | |
tree | 50a27fe1d0f39dfd61425408619b2fa08d6f8d2b /security/mosref | |
parent | 5173231557014d5f83283e372974ab134fbfb3ee (diff) | |
download | ports-b23621676d7a693dfb8360c9725a3ae0b2937846.tar.gz ports-b23621676d7a693dfb8360c9725a3ae0b2937846.zip |
Notes
Diffstat (limited to 'security/mosref')
-rw-r--r-- | security/mosref/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/mosref/Makefile b/security/mosref/Makefile index a0060b88cfb6..69ad9006aa1d 100644 --- a/security/mosref/Makefile +++ b/security/mosref/Makefile @@ -40,8 +40,4 @@ post-install: BROKEN= Segfault during build on !i386 .endif -.if ${OSVERSION} < 500000 -BROKEN= requires stdint.h -.endif - .include <bsd.port.post.mk> |