summaryrefslogtreecommitdiff
path: root/editors/scite
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-11 10:35:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-11 10:35:21 +0000
commitbc7c29865868e9778eb8e2f929185a752986ded1 (patch)
treec166bc84b686efb3b5922da5affe6470bb92b9a7 /editors/scite
parentUpdate to latest version 2.0.0rc6, released in September, 2003. (diff)
This appears to be broken globally.
Notes
Notes: svn path=/head/; revision=103628
Diffstat (limited to 'editors/scite')
-rw-r--r--editors/scite/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile
index 0d569c22cb56..d0b51d44a15b 100644
--- a/editors/scite/Makefile
+++ b/editors/scite/Makefile
@@ -37,11 +37,7 @@ MAKE_ARGS= GTK1=yes
MAN1= scite.1
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502102
-BROKEN= "Does not compile on 5.x"
-.endif
+BROKEN= "Does not compile"
pre-everything::
@${ECHO_MSG} ""
@@ -67,4 +63,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/../doc/*.png ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/../src/*.properties ${DATADIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>