From 4c32b4dc0e277a56a00a54ce0a4d9363d65d75ae Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 16 Aug 2004 02:33:05 +0000 Subject: BROKEN on 5.x: Does not compile with gcc 3.4.2 --- editors/hte/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editors') diff --git a/editors/hte/Makefile b/editors/hte/Makefile index edd26b8e16c..63dd791c775 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -28,6 +28,10 @@ PLIST_FILES= bin/ht .include +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + .if ${OSVERSION} < 400000 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .endif -- cgit