diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-11 10:35:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-11 10:35:21 +0000 |
commit | bc7c29865868e9778eb8e2f929185a752986ded1 (patch) | |
tree | c166bc84b686efb3b5922da5affe6470bb92b9a7 /editors/scite | |
parent | c5b1ae27e54f107053476aa497ede1a90cc8beac (diff) | |
download | ports-bc7c29865868e9778eb8e2f929185a752986ded1.tar.gz ports-bc7c29865868e9778eb8e2f929185a752986ded1.zip |
Notes
Diffstat (limited to 'editors/scite')
-rw-r--r-- | editors/scite/Makefile | 8 |
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> |