diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-28 21:00:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-28 21:00:03 +0000 |
commit | 414f5ff7e365797a5af97acac5e9ec2ff168a801 (patch) | |
tree | 19d774034b9eb513524ae1545a46abd75ba0b470 /finance/gnucash-docs | |
parent | 0a04022172156a59755761431159fe4ba688fdfd (diff) | |
download | ports-414f5ff7e365797a5af97acac5e9ec2ff168a801.tar.gz ports-414f5ff7e365797a5af97acac5e9ec2ff168a801.zip |
Notes
Diffstat (limited to 'finance/gnucash-docs')
-rw-r--r-- | finance/gnucash-docs/Makefile | 8 |
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> |