diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-25 20:10:17 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-25 20:10:17 +0000 |
commit | d43aa294cb9fa39e257b7f27478a319b6028c8e6 (patch) | |
tree | c5c91cd5493ea94b29e82c06439c46f136770baa /editors/emacs21/Makefile | |
parent | - Support staging. (diff) |
Allow to build with texinfo from ports
With hat: portmgr
Diffstat (limited to '')
-rw-r--r-- | editors/emacs21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile index c62118475798..045155062e9e 100644 --- a/editors/emacs21/Makefile +++ b/editors/emacs21/Makefile @@ -35,7 +35,7 @@ USE_XORG= xpm .endif USE_AUTOTOOLS= autoconf213 -USES= gmake +USES= gmake makeinfo CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd .if defined(WITHOUT_X11) |