summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-08 02:50:27 +0000
committerkris <kris@FreeBSD.org>2004-02-08 02:50:27 +0000
commitf97ca6caf7d85a707707760cf5638d287af19777 (patch)
tree4dc6e116e441a1182eca4f713c6e74497cbd7d13 /editors
parent9021289b7f693e4e9750f040e2c85471379c5f59 (diff)
downloadFreeBSD-ports-f97ca6caf7d85a707707760cf5638d287af19777.zip
FreeBSD-ports-f97ca6caf7d85a707707760cf5638d287af19777.tar.gz
BROKEN on 5.x: does not compile
Diffstat (limited to 'editors')
-rw-r--r--editors/textedit/Makefile8
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>
OpenPOWER on IntegriCloud