diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mahogany/Makefile | 2 | ||||
-rw-r--r-- | mail/nmh/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/mahogany/Makefile b/mail/mahogany/Makefile index 32a0399fd52f..5e15c23dd6a2 100644 --- a/mail/mahogany/Makefile +++ b/mail/mahogany/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS+= latex2html:${PORTSDIR}/textproc/latex2html .endif PYTHON_VERSION= python1.5 -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 USE_GMAKE= yes CONFIGURE_ENV+= OSTYPE=${OPSYS} diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 52e8c590fb0b..c1dbe7b4fe54 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -56,7 +56,7 @@ MASTER_SITE_SUBDIR= jkoshy MAINTAINER= Scott.Blachowicz@seaslug.org -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 CONFIGURE_ARGS= --libdir=${PREFIX}/libexec/nmh \ --sysconfdir=${PREFIX}/etc/nmh --enable-nmh-pop .ifdef NMH_MTS |