diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 04:10:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 04:10:17 +0800 |
commit | 7dca7f910652f621d074609947d0b6e2fc34b732 (patch) | |
tree | c5c91cd5493ea94b29e82c06439c46f136770baa /editors | |
parent | dff3585571821171e2de99152ad137255b60a4ae (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 2 |
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) |