diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 09:51:59 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 09:51:59 +0000 |
commit | fa47881c1c7ebc0fc3925978027a4f16c5d362e0 (patch) | |
tree | 82b11e167830ee4751c510beb164db7feeb7bbe5 /textproc/dixit | |
parent | ded7bc46070b260df25d9e63df6b53a0af26e97a (diff) |
Notes
Diffstat (limited to 'textproc/dixit')
-rw-r--r-- | textproc/dixit/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/dixit/Makefile b/textproc/dixit/Makefile index ef0b174d6090..fb7f409b7588 100644 --- a/textproc/dixit/Makefile +++ b/textproc/dixit/Makefile @@ -83,4 +83,10 @@ do-install: @${CHOWN} ${DB_OWNER}:${DB_GROUP} ${_DB} @${CHMOD} ${DB_MODE} ${_DB} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |