summaryrefslogtreecommitdiff
path: root/editors/hte
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-08-16 02:33:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-08-16 02:33:05 +0000
commitc1a0f8ede9b1500fbfeeddd49e14619623f520ad (patch)
treeda64bfdf1b4f9333a4a03d016667a79a61bbe190 /editors/hte
parentDon't check the base system when PACKAGE_BUILDING (diff)
BROKEN on 5.x: Does not compile with gcc 3.4.2
Notes
Notes: svn path=/head/; revision=116340
Diffstat (limited to 'editors/hte')
-rw-r--r--editors/hte/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile
index edd26b8e16c0..63dd791c775f 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