diff options
author | kris <kris@FreeBSD.org> | 2004-02-08 02:50:27 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-08 02:50:27 +0000 |
commit | f97ca6caf7d85a707707760cf5638d287af19777 (patch) | |
tree | 4dc6e116e441a1182eca4f713c6e74497cbd7d13 /editors | |
parent | 9021289b7f693e4e9750f040e2c85471379c5f59 (diff) | |
download | FreeBSD-ports-f97ca6caf7d85a707707760cf5638d287af19777.zip FreeBSD-ports-f97ca6caf7d85a707707760cf5638d287af19777.tar.gz |
BROKEN on 5.x: does not compile
Diffstat (limited to 'editors')
-rw-r--r-- | editors/textedit/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/textedit/Makefile b/editors/textedit/Makefile index e223599..293788a 100644 --- a/editors/textedit/Makefile +++ b/editors/textedit/Makefile @@ -21,4 +21,10 @@ USE_IMAKE= yes MAN1= textedit.1 PLIST_FILES= bin/textedit -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |