diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-08-16 02:33:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-08-16 02:33:05 +0000 |
commit | c1a0f8ede9b1500fbfeeddd49e14619623f520ad (patch) | |
tree | da64bfdf1b4f9333a4a03d016667a79a61bbe190 /textproc/word2x | |
parent | 01977fcaeadf6fa6fe54d180a7f6ec93d5742226 (diff) |
Notes
Diffstat (limited to 'textproc/word2x')
-rw-r--r-- | textproc/word2x/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/word2x/Makefile b/textproc/word2x/Makefile index 31e80af34c8b..c9055a74b581 100644 --- a/textproc/word2x/Makefile +++ b/textproc/word2x/Makefile @@ -22,4 +22,10 @@ GNU_CONFIGURE= yes MAN1= word2x.1 PLIST_FILES= bin/rtest2 bin/word2x -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + +.include <bsd.port.post.mk> |