From 8d6ed114e9784a7f6214f7dad38793044ea35810 Mon Sep 17 00:00:00 2001 From: glewis Date: Mon, 3 Mar 2008 06:05:14 +0000 Subject: . Seeing intermittent build failures on 7.x and 8.x, so mark it as BROKEN on those versions until a fix is obtained. --- x11-wm/afterstep-stable/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'x11-wm/afterstep-stable') diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 2acba9f104ab..7e4793d8c719 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -68,6 +68,9 @@ CONFIGURE_ARGS+= --disable-savewindows .include +.if ${OSVERSION} >= 700000 +BROKEN= Does not build on FreeBSD 7.x and higher +.endif .if ${ARCH} == "sparc64" BROKEN= Does not build on sparc64 .endif -- cgit