From 5378efbda4c49826e1ecdbc46f9bd4c2b0d55cdd Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Wed, 8 Sep 1999 23:38:39 +0000 Subject: BROKEN if OSVERSION < 400004. This port requires NEWGCC but uses QT which is built with the old gcc. That doesn't work. --- editors/fine/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'editors/fine') diff --git a/editors/fine/Makefile b/editors/fine/Makefile index 0953e6be8099..13f5926cd525 100644 --- a/editors/fine/Makefile +++ b/editors/fine/Makefile @@ -18,7 +18,11 @@ USE_GMAKE= yes USE_QT= yes WRKSRC= ${WRKDIR}/fine -MAKE_ENV= CXX="${CXX}" CC="${CC}" +.include + +.if ${OSVERSION} < 400004 +BROKEN= 'This program needs NEWGCC but links with QT, which is built with an old version.' +.endif do-install: @${MKDIR} ${PREFIX}/share/fine @@ -28,4 +32,4 @@ do-install: .endfor ${INSTALL_PROGRAM} ${WRKSRC}/fine ${PREFIX}/bin -.include +.include -- cgit v1.2.3