diff options
-rw-r--r-- | devel/psptoolchain-newlib/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs21/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/psptoolchain-newlib/Makefile b/devel/psptoolchain-newlib/Makefile index f9355d56e4a5..c62991466827 100644 --- a/devel/psptoolchain-newlib/Makefile +++ b/devel/psptoolchain-newlib/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/${PSP_SDK_STAGE_PREFIX}/sdk/include/pspsdk.h:${POR psp-ld:${PORTSDIR}/devel/psptoolchain-binutils \ ${LOCALBASE}/${PSP_GCC_STAGE_PREFIX}/bin/psp-gcc:${PORTSDIR}/devel/psptoolchain-gcc-stage1 -USES= gmake +USES= gmake makeinfo HAS_CONFIGURE= yes CONFIGURE_ENV= PATH=${LOCALBASE}/${PSP_GCC_STAGE_PREFIX}/bin:${PATH} MAKE_ENV= PATH=${LOCALBASE}/${PSP_GCC_STAGE_PREFIX}/bin:${PATH} 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) |