aboutsummaryrefslogtreecommitdiff
path: root/mail/sympa5
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-15 19:26:11 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-15 19:26:11 +0000
commitf206eb9f74ce77fc3a8050615d4d187fa3df800d (patch)
tree0988ff6ce70728b84f2ca4212f259856d05915b0 /mail/sympa5
parent77a66e63999fcba84d49d37e13eb6739e24f3a8f (diff)
downloadports-f206eb9f74ce77fc3a8050615d4d187fa3df800d.tar.gz
ports-f206eb9f74ce77fc3a8050615d4d187fa3df800d.zip
Remove CONFIGURE_TARGET from CONFIGURE_ENV. It makes configure fail
on amd64 Submitted by: pointyhat (kris) Approved by: novel (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=145474
Diffstat (limited to 'mail/sympa5')
-rw-r--r--mail/sympa5/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/sympa5/Makefile b/mail/sympa5/Makefile
index 1361f8fc5b7e..8782a0ead9a8 100644
--- a/mail/sympa5/Makefile
+++ b/mail/sympa5/Makefile
@@ -97,8 +97,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} \
--with-localedir=${PREFIX}/share/locale \
--with-docdir=${DOCSDIR} \
--with-sampledir=${EXAMPLESDIR} \
- --with-spooldir=${PREFIX}/sympa/spool \
- ${CONFIGURE_TARGET}
+ --with-spooldir=${PREFIX}/sympa/spool
CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN}
MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip