summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-12-05 21:47:02 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-12-05 21:47:02 +0000
commit66c0c05af3a1dedc5d6bca7a0a0960ab3fdda419 (patch)
tree1dfc6747684f873965b89c40730fa5af8f4da664 /mail/mutt
parentUpdate to 4175 (diff)
Back off the GMAKE.
Extract from /usr/local/share/automake14/automake/depend.am ## This fragment is probably only useful for maintainers. It relies ## on GNU make and gcc. It is only included in the generated ## Makefile.in if `automake' is not passed the `--include-deps' flag This has changed from automake14 to automake15. The solution is easy: use the -i switch for automake. Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
Notes
Notes: svn path=/head/; revision=51093
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index ee1547be9c66..8d28ccbc5eb5 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -60,7 +60,7 @@ BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat
DIST_SUBDIR= mutt
GNU_CONFIGURE= yes
USE_AUTOMAKE= yes # configure.in is patched by <PATCHFILES>
-USE_GMAKE= yes # grrr, why is this now required if USE_AUTOMAKE ?!?!?
+AUTOMAKE_ARGS= --include-deps
CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \