diff options
author | obrien <obrien@FreeBSD.org> | 2001-12-06 05:47:02 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-12-06 05:47:02 +0800 |
commit | 2fa03a9bf1f4ae276a5b0dd27c65a1983f528e09 (patch) | |
tree | 4dd6eda5526b901c84cf090115ca70f6f66f701f /mail/mutt | |
parent | a7d4b07216e0ed877a65f09619c285dbb210dd52 (diff) | |
download | freebsd-ports-gnome-2fa03a9bf1f4ae276a5b0dd27c65a1983f528e09.tar.gz freebsd-ports-gnome-2fa03a9bf1f4ae276a5b0dd27c65a1983f528e09.tar.zst freebsd-ports-gnome-2fa03a9bf1f4ae276a5b0dd27c65a1983f528e09.zip |
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>
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 2 |
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 \ |