diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/hte/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + .if ${OSVERSION} < 400000 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .endif |