diff options
author | pav <pav@FreeBSD.org> | 2006-10-08 04:47:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-10-08 04:47:46 +0800 |
commit | 3bc38d5fae649416865aca3f765692288d24dbec (patch) | |
tree | 1c11ac34117170886de2ce95a110169ee331e92e /mail/nmh/Makefile | |
parent | 8388060c1d53efda072ce32db6963ef93916ec7c (diff) | |
download | freebsd-ports-gnome-3bc38d5fae649416865aca3f765692288d24dbec.tar.gz freebsd-ports-gnome-3bc38d5fae649416865aca3f765692288d24dbec.tar.zst freebsd-ports-gnome-3bc38d5fae649416865aca3f765692288d24dbec.zip |
- Attempt to fix build for some by adding USE_GMAKE
PR: ports/104128
Submitted by: Scott Blachowicz <scott+ports@sabami.seaslug.org> (maintainer)
Diffstat (limited to 'mail/nmh/Makefile')
-rw-r--r-- | mail/nmh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index e186e1a37a6d..c91846998054 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -61,6 +61,7 @@ MASTER_SITE_SUBDIR= nmh MAINTAINER= scott+ports@sabami.seaslug.org COMMENT= A cleaned up MH mailer suite +USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS= --libdir=${PREFIX}/libexec/nmh \ |