diff options
author | kris <kris@FreeBSD.org> | 2004-05-30 15:00:54 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-30 15:00:54 +0800 |
commit | 5d3b720eb90b41f8656eb31a54488b99fc03abdf (patch) | |
tree | 3b462bd6b64ba050d59bde8716ad539d417b8a07 /mail | |
parent | be06a6ed2f0b015e451f0c04b6423f90ee639805 (diff) | |
download | freebsd-ports-gnome-5d3b720eb90b41f8656eb31a54488b99fc03abdf.tar.gz freebsd-ports-gnome-5d3b720eb90b41f8656eb31a54488b99fc03abdf.tar.zst freebsd-ports-gnome-5d3b720eb90b41f8656eb31a54488b99fc03abdf.zip |
BROKEN on amd64: Configure fails
Diffstat (limited to 'mail')
-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 7dfc6a02cfd5..5a8655e50f2f 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 |