summaryrefslogtreecommitdiff
path: root/editors/bed
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-06 22:55:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-06 22:55:40 +0000
commit239fda3347690937c59aece34d7495c3e946619b (patch)
tree2b3add75b435c0f7fa75366547d089891c9c87f7 /editors/bed
parentBROKEN On 5.x: does not compile (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=100185
Diffstat (limited to 'editors/bed')
-rw-r--r--editors/bed/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/bed/Makefile b/editors/bed/Makefile
index 5f750b237fb1..b118c4d946f4 100644
--- a/editors/bed/Makefile
+++ b/editors/bed/Makefile
@@ -34,6 +34,12 @@ USE_GMAKE= yes
MAN1= bed.1 xbed.1
MANCOMPRESSED= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not compile"
+.endif
+
.if defined(WITHOUT_X11)
CONFIGURE_ARGS+= --without-x
PLIST_SUB+= X11="@comment "
@@ -57,4 +63,4 @@ post-configure:
${ECHO_MSG} 'CONFIG_MMAP=y' >> ${WRKSRC}/config
${GMAKE} -C ${WRKSRC} dep
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>