diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-01 17:37:41 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-01 17:37:41 +0000 |
commit | cd419fd1dfe3dc76a40073fe54d2993054dfc88c (patch) | |
tree | 0d46946c2159598fd9c10d0de4a1de55f32e5a3e /mail | |
parent | 9426d28e77d5bf1aef929c1bfae9132ce2abb8d6 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/vm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/vm/Makefile b/mail/vm/Makefile index 91e4f3346562..d346b6c8f04f 100644 --- a/mail/vm/Makefile +++ b/mail/vm/Makefile @@ -14,7 +14,7 @@ COMMENT= A mail reader running inside Emacs or XEmacs GNU_CONFIGURE= yes USE_EMACS= yes -USES= gmake +USES= gmake makeinfo CONFIGURE_ARGS+= --with-emacs=${EMACS_CMD} MAKE_ARGS= prefix=${PREFIX} \ lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} \ |