aboutsummaryrefslogtreecommitdiff
path: root/graphics/xmfract
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-10-28 22:55:02 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-10-28 22:55:02 +0000
commit605564f1dfb7cc83d17e0bcb2860d85ea900a9d5 (patch)
tree15e68befa4ff5606742b47632d518d205e9a6e64 /graphics/xmfract
parent9ac78a149ea06918790d6a6e208c60ceb8dc96da (diff)
downloadports-605564f1dfb7cc83d17e0bcb2860d85ea900a9d5.tar.gz
ports-605564f1dfb7cc83d17e0bcb2860d85ea900a9d5.zip
Notes
Diffstat (limited to 'graphics/xmfract')
-rw-r--r--graphics/xmfract/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/xmfract/Makefile b/graphics/xmfract/Makefile
index fa9f427004b1..cf82cf56161d 100644
--- a/graphics/xmfract/Makefile
+++ b/graphics/xmfract/Makefile
@@ -19,4 +19,10 @@ USE_MOTIF= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386" && ${OSVERSION} >= 600034
+BROKEN= "Internal compiler error during build on FreeBSD >= 6.0 and !i386"
+.endif
+
+.include <bsd.port.post.mk>