diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2008-03-03 06:05:14 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2008-03-03 06:05:14 +0000 |
commit | b9526eaee996e40f1da6c4d5d644989128d780af (patch) | |
tree | b81050751214268db1754e3bb3120aae89684946 /x11-wm/afterstep-stable | |
parent | 6c438aaa8a59e468a31528d7ff97ea85c13ee99e (diff) | |
download | ports-b9526eaee996e40f1da6c4d5d644989128d780af.tar.gz ports-b9526eaee996e40f1da6c4d5d644989128d780af.zip |
. Seeing intermittent build failures on 7.x and 8.x, so mark it as
BROKEN on those versions until a fix is obtained.
Notes
Notes:
svn path=/head/; revision=208367
Diffstat (limited to 'x11-wm/afterstep-stable')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 <bsd.port.pre.mk> +.if ${OSVERSION} >= 700000 +BROKEN= Does not build on FreeBSD 7.x and higher +.endif .if ${ARCH} == "sparc64" BROKEN= Does not build on sparc64 .endif |