diff options
Diffstat (limited to 'mail/sympa/Makefile')
-rw-r--r-- | mail/sympa/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index 7dfc6a0..5a8655e 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -83,6 +83,10 @@ post-deinstall: .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= "Configure fails on amd64" +.endif + .if ${PERL_LEVEL} < 500600 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 |