aboutsummaryrefslogtreecommitdiff
path: root/editors/zed
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-26 02:55:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-26 02:55:52 +0000
commit76f26d3acf6f9543a3a7f98e53a1d24567ab5b6b (patch)
treee03a24e7a2e79afe60bef46f4af3cef4637a6c1a /editors/zed
parent565a4bfeef3d02a72f8a4542627bd3ab2dbe388b (diff)
downloadports-76f26d3acf6f9543a3a7f98e53a1d24567ab5b6b.tar.gz
ports-76f26d3acf6f9543a3a7f98e53a1d24567ab5b6b.zip
Notes
Diffstat (limited to 'editors/zed')
-rw-r--r--editors/zed/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/zed/Makefile b/editors/zed/Makefile
index 4f40b6056601..6e4ffa1ab8ac 100644
--- a/editors/zed/Makefile
+++ b/editors/zed/Makefile
@@ -12,7 +12,13 @@ MASTER_SITES= http://zed.c3po.it/
MAINTAINER= exile@chamber.ee
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500035
+BROKEN= "Does not compile on 5.0"
+.endif
+
post-install:
@${STRIP_CMD} ${PREFIX}/bin/zed
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>