diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-03-17 07:11:06 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-03-17 07:11:06 +0000 |
commit | dd246fa15925d9a5a2bc26a0b7c1d8dc99680e30 (patch) | |
tree | ab6e4622460e61815c4eb712e1ac7d3f481b5f06 /mail/sympa/Makefile | |
parent | 19aa5dc41a2b799b4dc76cfdb4a3d092854f0b19 (diff) | |
download | ports-dd246fa15925d9a5a2bc26a0b7c1d8dc99680e30.tar.gz ports-dd246fa15925d9a5a2bc26a0b7c1d8dc99680e30.zip |
Notes
Diffstat (limited to 'mail/sympa/Makefile')
-rw-r--r-- | mail/sympa/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index 156e9bd634a6..5b3c54fe17cd 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -56,11 +56,13 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5- .endif .endif -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes USE_PERL5= yes CONFIGURE_ARGS+=--prefix=${PREFIX}/sympa \ --with-confdir=${PREFIX}/etc \ - --with-initdir=${PREFIX}/etc/rc.d + --with-initdir=${PREFIX}/etc/rc.d \ + ${CONFIGURE_TARGET} +CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN} MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip pre-fetch: |