aboutsummaryrefslogtreecommitdiff
path: root/japanese/mimekit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/mimekit/Makefile')
-rw-r--r--japanese/mimekit/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/mimekit/Makefile b/japanese/mimekit/Makefile
index 374356b8f9e0..45e2443570c7 100644
--- a/japanese/mimekit/Makefile
+++ b/japanese/mimekit/Makefile
@@ -19,6 +19,12 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/mimekit
PORTDOCS= README README-LIB README-PGP
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/deMime ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/enMime ${PREFIX}/bin
@@ -33,4 +39,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>