summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-03 10:03:37 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-03 10:03:37 +0000
commit2b7bcde1e2e20b985baff8055d64f73958608b6f (patch)
treeead077cd7b3ffad3f37b2be259286b131db5223e /mail
parent- mark BROKEN for OSVERSION > 501101 (diff)
- mark BROKEN, incompatible with gcc33
Notes
Notes: svn path=/head/; revision=86224
Diffstat (limited to 'mail')
-rw-r--r--mail/kiltdown/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/kiltdown/Makefile b/mail/kiltdown/Makefile
index 38b66e93221b..ecd6878ea0c8 100644
--- a/mail/kiltdown/Makefile
+++ b/mail/kiltdown/Makefile
@@ -40,4 +40,10 @@ do-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/kiltdown/kiltdown ${PREFIX}/bin/
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 501101
+BROKEN= incompatible with gcc33
+.endif
+
+.include <bsd.port.post.mk>