diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-14 22:42:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-14 22:42:31 +0000 |
commit | 8a9a26e95d9959a2b31a0fce127552147991b8b2 (patch) | |
tree | 79d72f3741eeccee5d0dd3575e9f001a02ad3628 /mail/sympa/Makefile | |
parent | bf24ec64532dac78a1e935794865c3bd6e1174df (diff) | |
download | ports-8a9a26e95d9959a2b31a0fce127552147991b8b2.tar.gz ports-8a9a26e95d9959a2b31a0fce127552147991b8b2.zip |
- Unbreak on amd64
PR: ports/86087
Submitted by: Johan van Selst <johans@stack.nl>
Notes
Notes:
svn path=/head/; revision=142758
Diffstat (limited to 'mail/sympa/Makefile')
-rw-r--r-- | mail/sympa/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index 0b8b1578b4ca..12e6933d5315 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -97,10 +97,6 @@ post-install: post-deinstall: @PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL -.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 |