aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/mh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/mh/Makefile')
-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>