diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-15 22:40:42 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-15 22:40:42 +0000 |
commit | ccc26011036c25cf1ddcaf471c24a91ca6aa845f (patch) | |
tree | c6aa2844711c04b0ad743f91d5ee74b6d3797dc5 /textproc/p5-RDFStore | |
parent | 92b1f449f17301c4733c198a1d69a43fbfa4490c (diff) | |
download | ports-ccc26011036c25cf1ddcaf471c24a91ca6aa845f.tar.gz ports-ccc26011036c25cf1ddcaf471c24a91ca6aa845f.zip |
Notes
Diffstat (limited to 'textproc/p5-RDFStore')
-rw-r--r-- | textproc/p5-RDFStore/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-RDFStore/Makefile b/textproc/p5-RDFStore/Makefile index 42f9874f7348..2b91199473cf 100644 --- a/textproc/p5-RDFStore/Makefile +++ b/textproc/p5-RDFStore/Makefile @@ -47,6 +47,10 @@ pre-configure: .include <bsd.port.pre.mk> +.if ${ARCH} == amd64 +BROKEN= does not compile on ${ARCH} +.endif + .if ${PERL_LEVEL} < 500600 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 .else |