diff options
Diffstat (limited to 'japanese/mutt/Makefile')
-rw-r--r-- | japanese/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/mutt/Makefile b/japanese/mutt/Makefile index 784d7d7bb0ea..6de2703c5e15 100644 --- a/japanese/mutt/Makefile +++ b/japanese/mutt/Makefile @@ -34,7 +34,7 @@ FETCH_BEFORE_ARGS= -A # ha4.seikyou.ne.jp is running broken httpd USE_GMAKE= yes USE_ICONV= yes -USE_AUTOTOOLS= automake:19 autoconf:259 +USE_AUTOTOOLS= automake:19 autoconf:261 USE_OPENSSL= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSION} LDFLAGS+= -L${LOCALBASE}/lib @@ -44,7 +44,7 @@ CONFIGURE_ARGS= --with-slang --enable-locales-fix \ --without-wc-funcs \ --enable-flock --disable-fcntl \ --with-ssl \ - --sysconfdir=${PREFIX}/etc \ + --sysconfdir=${PREFIX}/etc --mandir=${PREFIX}/man \ --with-docdir=${DOCSDIR} \ --enable-pop --enable-imap \ --enable-default-japanese |