diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-25 20:10:17 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-25 20:10:17 +0000 |
commit | 7dca7f910652f621d074609947d0b6e2fc34b732 (patch) | |
tree | c5c91cd5493ea94b29e82c06439c46f136770baa | |
parent | dff3585571821171e2de99152ad137255b60a4ae (diff) | |
download | FreeBSD-ports-7dca7f910652f621d074609947d0b6e2fc34b732.zip FreeBSD-ports-7dca7f910652f621d074609947d0b6e2fc34b732.tar.gz |
Allow to build with texinfo from ports
With hat: portmgr
-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 f9355d5..c629914 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 c621184..0451550 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 c20923b..4cd6c9f 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) |