diff options
Diffstat (limited to 'editors/fte')
-rw-r--r-- | editors/fte/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/fte/Makefile b/editors/fte/Makefile index a3909d67c227..3673aa032194 100644 --- a/editors/fte/Makefile +++ b/editors/fte/Makefile @@ -43,6 +43,10 @@ ADDITIONAL_DOCS= about.html \ .include "${FILESDIR}/conffiles" +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + do-build: (cd ${WRKSRC}/src ; ${MAKE} -f fte-unix.mak) (cd ${WRKSRC}/config ; ../src/cfte main.fte) |