From 923ca8d08d03acc2ef8d1bc0a3d1345f2b84f759 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Sat, 2 Sep 2006 13:33:36 +0000 Subject: - Use OSVERSION instead of exist() Noticed by: kris Approved by: Piet Delport (maintainer, implicit) --- security/mosref/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/mosref') 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 -.if !exists(/usr/include/stdint.h) +.if ${OSVERSION} < 500000 BROKEN= requires stdint.h .endif -- cgit v1.2.3