From 239fda3347690937c59aece34d7495c3e946619b Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 6 Feb 2004 22:55:40 +0000 Subject: BROKEN on 5.x: does not compile --- editors/bed/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'editors/bed') 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 + +.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 +.include -- cgit v1.2.3