From af7b2da240462fdf98de48e7487b8ea5368070d0 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 31 Jul 2003 09:47:53 +0000 Subject: BROKEN: Does not compile on 5.x --- www/Mosaic/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www/Mosaic/Makefile') diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index f355c121b1ba..f5651712b3c6 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -26,6 +26,12 @@ USE_REINPLACE= yes USE_X_PREFIX= yes USE_XPM= yes +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + pre-patch: @${REINPLACE_CMD} -e 's,,,' \ ${WRKSRC}/libXmx/Xmx.h ${WRKSRC}/libdtm/dtm.c \ @@ -43,4 +49,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/Mosaic ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/app-defaults.color ${PREFIX}/lib/X11/app-defaults/Mosaic -.include +.include -- cgit v1.2.3