diff options
author | kris <kris@FreeBSD.org> | 2004-03-11 18:35:21 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-11 18:35:21 +0800 |
commit | f3321f39b2f9164f2d00fcf0b12f64731287446e (patch) | |
tree | b7fda39338432893e887b0d92dd04bbcd4d288c0 /editors/scite | |
parent | 51c2730ff21ec42578d2e1c22c73cc2116ce9a77 (diff) | |
download | freebsd-ports-graphics-f3321f39b2f9164f2d00fcf0b12f64731287446e.tar.gz freebsd-ports-graphics-f3321f39b2f9164f2d00fcf0b12f64731287446e.tar.zst freebsd-ports-graphics-f3321f39b2f9164f2d00fcf0b12f64731287446e.zip |
This appears to be broken globally.
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 0d569c22cb5..d0b51d44a15 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> |