diff options
author | kris <kris@FreeBSD.org> | 2004-03-03 09:37:47 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-03 09:37:47 +0000 |
commit | 37fd631cb4758efb8f21f21c2f1eb9978798dfab (patch) | |
tree | 5b16eaa457fb1f2092542e826ca5e1f0634c5a8b /editors/scite | |
parent | 30c7fe5828fa7a0fb6f0a4755a93cdcb08d59081 (diff) | |
download | FreeBSD-ports-37fd631cb4758efb8f21f21c2f1eb9978798dfab.zip FreeBSD-ports-37fd631cb4758efb8f21f21c2f1eb9978798dfab.tar.gz |
This is actually broken on all 5.x platforms.
Diffstat (limited to 'editors/scite')
-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 27cd700..0d569c2 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:: |