diff options
-rw-r--r-- | editors/scite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index 27cd7000ee12..0d569c22cb56 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -39,8 +39,8 @@ MAN1= scite.1 .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" +.if ${OSVERSION} >= 502102 +BROKEN= "Does not compile on 5.x" .endif pre-everything:: |