summaryrefslogtreecommitdiff
path: root/finance/gnucash-docs/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-11-28 21:00:03 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-11-28 21:00:03 +0000
commit414f5ff7e365797a5af97acac5e9ec2ff168a801 (patch)
tree19d774034b9eb513524ae1545a46abd75ba0b470 /finance/gnucash-docs/Makefile
parentRemove textproc/ruby-wordnet due to long-standing build failure. (diff)
Mark BROKEN on alpha for the time being. The build causes xsltproc to
dump core.
Notes
Notes: svn path=/head/; revision=122691
Diffstat (limited to '')
-rw-r--r--finance/gnucash-docs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile
index 8d63c262afbc..d195f5af5931 100644
--- a/finance/gnucash-docs/Makefile
+++ b/finance/gnucash-docs/Makefile
@@ -28,4 +28,10 @@ USE_GNOME= gnomeprefix gnomehack
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+BROKEN= "Causes xsltproc to die with a floating point exception"
+.endif
+
+.include <bsd.port.post.mk>