aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-08-03 18:03:37 +0800
committerdinoex <dinoex@FreeBSD.org>2003-08-03 18:03:37 +0800
commit3769baee6dadf01cf412cf6d3238661e05c206ca (patch)
tree55369e1ed94f5b7ad745b9286ae891f89e5165a0 /mail
parentb6269c0a27856395e1f9dba3bb6e9869afef7bd4 (diff)
downloadfreebsd-ports-gnome-3769baee6dadf01cf412cf6d3238661e05c206ca.tar.gz
freebsd-ports-gnome-3769baee6dadf01cf412cf6d3238661e05c206ca.tar.zst
freebsd-ports-gnome-3769baee6dadf01cf412cf6d3238661e05c206ca.zip
- mark BROKEN, incompatible with gcc33
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>