aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-06-26 04:10:17 +0800
committerantoine <antoine@FreeBSD.org>2014-06-26 04:10:17 +0800
commit7dca7f910652f621d074609947d0b6e2fc34b732 (patch)
treec5c91cd5493ea94b29e82c06439c46f136770baa /editors
parentdff3585571821171e2de99152ad137255b60a4ae (diff)
downloadfreebsd-ports-gnome-7dca7f910652f621d074609947d0b6e2fc34b732.tar.gz
freebsd-ports-gnome-7dca7f910652f621d074609947d0b6e2fc34b732.tar.zst
freebsd-ports-gnome-7dca7f910652f621d074609947d0b6e2fc34b732.zip
Allow to build with texinfo from ports
With hat: portmgr
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs21/Makefile2
-rw-r--r--editors/emacs22/Makefile2
2 files changed, 2 insertions, 2 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)
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index c20923b6f5ea..4cd6c9f6f158 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/Makefile
@@ -30,7 +30,7 @@ CONFLICTS= emacs-19.* emacs21-* emacs23-* emacs24-* \
EMACS_VER= 22.3
GNU_CONFIGURE= yes
-USES= gmake pkgconfig
+USES= gmake makeinfo pkgconfig
.if !defined(WITHOUT_X11)
.if !defined(WITHOUT_GTK)