diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-05 20:30:19 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-05 20:30:19 +0000 |
commit | a29c36e727edeca891075d394569fb0fc48d80f3 (patch) | |
tree | 6740bbe61f21c93b7ef06e1a61b6a35a2ec882fb /mail/mutt/Makefile | |
parent | f3a36a1e44d8520e2b5a6d7fe3c8f95a1f201ec1 (diff) | |
download | ports-a29c36e727edeca891075d394569fb0fc48d80f3.tar.gz ports-a29c36e727edeca891075d394569fb0fc48d80f3.zip |
Notes
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 22620b429a8b..ee1547be9c66 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -59,6 +59,8 @@ 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 ?!?!? 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 \ |