diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-26 15:56:14 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-26 15:56:14 +0000 |
commit | 0c4e7a122192549831fdd3c3683557ab335a1005 (patch) | |
tree | 616470daeb56f37487cc948fb104e9686b09078e /mail/mutt-devel | |
parent | 28ffc87dae8dd4f8558714788911f64bbb6ec830 (diff) |
Added USES_GMAKE. The allows the port to build with the upcoming bsd.port.mk
patch. Sorry, Udo, I forgot this originally.
Approved by: maintainer (notified, has approved all in past)
Notes
Notes:
svn path=/head/; revision=68875
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r-- | mail/mutt-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 9d3c355188fd..a7e964bdd979 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -91,6 +91,7 @@ CONFIGURE_ARGS= --enable-flock --disable-fcntl \ CONFIGURE_ARGS+= ${MUTT_CONFIGURE_ARGS} .endif +USE_GMAKE= yes USE_REINPLACE= yes USE_AUTOMAKE= yes |