aboutsummaryrefslogtreecommitdiff
path: root/mail/sympa
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-30 07:00:54 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-30 07:00:54 +0000
commit5b7d1c325f72c0dc6e8e306fd8983891944ee4e4 (patch)
treef7d6f57d1ee4cb839a3fa4160274bd9d2b98cf8a /mail/sympa
parentb93cbd13d9f1e5109fa5bf379233fb577df68937 (diff)
downloadports-5b7d1c325f72c0dc6e8e306fd8983891944ee4e4.tar.gz
ports-5b7d1c325f72c0dc6e8e306fd8983891944ee4e4.zip
BROKEN on amd64: Configure fails
Notes
Notes: svn path=/head/; revision=110359
Diffstat (limited to 'mail/sympa')
-rw-r--r--mail/sympa/Makefile4
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