aboutsummaryrefslogtreecommitdiff
path: root/japanese/mh
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-11-12 23:36:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-11-12 23:36:38 +0000
commit6f911043e0210f119d3ee25a679056dde3ea998b (patch)
treed19425e6028d4a12d6af30efea300bffeb170e77 /japanese/mh
parent04bfbbde856de27f8163fb23ee624f9f9295fea6 (diff)
downloadports-6f911043e0210f119d3ee25a679056dde3ea998b.tar.gz
ports-6f911043e0210f119d3ee25a679056dde3ea998b.zip
- Mark BROKEN on 7.0: does not compile with GCC 4.2
Reported by: pointyhat Approved by: portmgr (hat)
Notes
Notes: svn path=/head/; revision=202656
Diffstat (limited to 'japanese/mh')
-rw-r--r--japanese/mh/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/mh/Makefile b/japanese/mh/Makefile
index e64127d503b2..5a64e4f407b7 100644
--- a/japanese/mh/Makefile
+++ b/japanese/mh/Makefile
@@ -44,10 +44,16 @@ READMES= 00.READ.ME.1ST CHANGES.JP COMMANDS.JP FAQ.JP FEATURES.JP \
CONFLICTS= nmh-[0-9]*
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCDIR}
(cd ${WRKSRC}/doc-JP; ${INSTALL_DATA} ${READMES} ${DOCDIR})
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>