diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-02 13:33:36 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-02 13:33:36 +0000 |
commit | 923ca8d08d03acc2ef8d1bc0a3d1345f2b84f759 (patch) | |
tree | 50d5c077c5cafc0deaa9ad2143580c3818d5c2f1 /security/mosref | |
parent | 22c8556cc7a3407e14851b19ebbfc504fae74029 (diff) | |
download | ports-923ca8d08d03acc2ef8d1bc0a3d1345f2b84f759.tar.gz ports-923ca8d08d03acc2ef8d1bc0a3d1345f2b84f759.zip |
Notes
Diffstat (limited to 'security/mosref')
-rw-r--r-- | security/mosref/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/mosref/Makefile b/security/mosref/Makefile index 36e9484c8d97..59e2d3418b56 100644 --- a/security/mosref/Makefile +++ b/security/mosref/Makefile @@ -36,7 +36,7 @@ post-install: .include <bsd.port.pre.mk> -.if !exists(/usr/include/stdint.h) +.if ${OSVERSION} < 500000 BROKEN= requires stdint.h .endif |