From 42e4df9b6577b8bcff3687504f54a517f429687e Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 3 Dec 2011 20:22:32 +0000 Subject: - Adjust OSVERSION check Reported by: pointyhat Feature safe: yes --- sysutils/k3b/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/k3b') diff --git a/sysutils/k3b/Makefile b/sysutils/k3b/Makefile index bc900c17b206..067c29df43c4 100644 --- a/sysutils/k3b/Makefile +++ b/sysutils/k3b/Makefile @@ -55,7 +55,7 @@ showinfo: .include -.if ${OSVERSION} > 900044 +.if ${OSVERSION} >= 900044 BROKEN= does not compile on FreeBSD 9.X .endif -- cgit