diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-03 10:03:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-03 10:03:37 +0000 |
commit | 2b7bcde1e2e20b985baff8055d64f73958608b6f (patch) | |
tree | ead077cd7b3ffad3f37b2be259286b131db5223e /mail/kiltdown/Makefile | |
parent | 2431af67cb64ccd32b338bc4abcaaf3c6f11619d (diff) | |
download | ports-2b7bcde1e2e20b985baff8055d64f73958608b6f.tar.gz ports-2b7bcde1e2e20b985baff8055d64f73958608b6f.zip |
Notes
Diffstat (limited to 'mail/kiltdown/Makefile')
-rw-r--r-- | mail/kiltdown/Makefile | 8 |
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> |