diff options
-rw-r--r-- | editors/bed/Makefile | 8 |
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> |