diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-05 21:47:02 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-05 21:47:02 +0000 |
commit | 66c0c05af3a1dedc5d6bca7a0a0960ab3fdda419 (patch) | |
tree | 1dfc6747684f873965b89c40730fa5af8f4da664 /mail | |
parent | b7ec7908d46b75b48d1d4d9792dd256aa21a65a3 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 2 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 2 |
2 files changed, 2 insertions, 2 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 \ diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index ee1547be9c66..8d28ccbc5eb5 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/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 \ |