From 655a53df640efec6c801c160bba7e7a120bad893 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 11 Sep 2012 19:37:28 +0000 Subject: [PATCH] - Mark BROKEN on 8.2-STABLE too Reported by: beatmail --- audio/gdam/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/gdam/Makefile b/audio/gdam/Makefile index bb96b400338e..5b2ee34f9ea6 100644 --- a/audio/gdam/Makefile +++ b/audio/gdam/Makefile @@ -32,7 +32,7 @@ post-patch: .include -.if ${OSVERSION} >= 900027 +.if (${OSVERSION} < 900000 && ${OSVERSION} >= 802502) || ${OSVERSION} >= 900027 BROKEN= does not build .endif