diff options
author | kris <kris@FreeBSD.org> | 2004-08-16 10:47:09 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-08-16 10:47:09 +0800 |
commit | fe73550fdbbd90c012ebc574160fcbd8a0386201 (patch) | |
tree | 4f4eb10988e1cd84fc171bfcc6f47908608a811b /mail/mmr | |
parent | e5d04d3f060d46a9bfac85f18b9262a287c64a4c (diff) | |
download | freebsd-ports-gnome-fe73550fdbbd90c012ebc574160fcbd8a0386201.tar.gz freebsd-ports-gnome-fe73550fdbbd90c012ebc574160fcbd8a0386201.tar.zst freebsd-ports-gnome-fe73550fdbbd90c012ebc574160fcbd8a0386201.zip |
BROKEN on 5.x: Does not compile with gcc 3.4.2
Diffstat (limited to 'mail/mmr')
-rw-r--r-- | mail/mmr/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/mmr/Makefile b/mail/mmr/Makefile index c0c7518dfa9f..1c7617b10165 100644 --- a/mail/mmr/Makefile +++ b/mail/mmr/Makefile @@ -15,6 +15,12 @@ COMMENT= Curses based MIME Mail Reader ALL_TARGET= # empty +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mmr ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/examples/mmr @@ -26,4 +32,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |