diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-08-11 11:55:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-08-11 11:55:37 +0000 |
commit | 5c643d1603249fabd9c2173bd7e98a871d13631e (patch) | |
tree | 4b1df0df912444ab66089d109297870a9f712f80 /mail/kiltdown | |
parent | 7b1a4f2075b6c7789e10f8ad090a921656cacf99 (diff) | |
download | ports-5c643d1603249fabd9c2173bd7e98a871d13631e.tar.gz ports-5c643d1603249fabd9c2173bd7e98a871d13631e.zip |
Notes
Diffstat (limited to 'mail/kiltdown')
-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 c0833cd1f2a4..b1dbf70bf984 100644 --- a/mail/kiltdown/Makefile +++ b/mail/kiltdown/Makefile @@ -41,4 +41,10 @@ do-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/kiltdown/kiltdown ${PREFIX}/bin/ -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502122 +BROKEN= gcc34: no match for operator== +.endif + +.include <bsd.port.post.mk> |