svn commit: r359298 - in head: devel/psptoolchain-newlib editors/emacs21 editors/emacs22
Antoine Brodin
antoine at FreeBSD.org
Wed Jun 25 20:10:18 UTC 2014
Author: antoine
Date: Wed Jun 25 20:10:17 2014
New Revision: 359298
URL: http://svnweb.freebsd.org/changeset/ports/359298
QAT: https://qat.redports.org/buildarchive/r359298/
Log:
Allow to build with texinfo from ports
With hat: portmgr
Modified:
head/devel/psptoolchain-newlib/Makefile
head/editors/emacs21/Makefile
head/editors/emacs22/Makefile
Modified: head/devel/psptoolchain-newlib/Makefile
==============================================================================
--- head/devel/psptoolchain-newlib/Makefile Wed Jun 25 19:55:04 2014 (r359297)
+++ head/devel/psptoolchain-newlib/Makefile Wed Jun 25 20:10:17 2014 (r359298)
@@ -21,7 +21,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/${PSP_SDK_
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}
Modified: head/editors/emacs21/Makefile
==============================================================================
--- head/editors/emacs21/Makefile Wed Jun 25 19:55:04 2014 (r359297)
+++ head/editors/emacs21/Makefile Wed Jun 25 20:10:17 2014 (r359298)
@@ -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)
Modified: head/editors/emacs22/Makefile
==============================================================================
--- head/editors/emacs22/Makefile Wed Jun 25 19:55:04 2014 (r359297)
+++ head/editors/emacs22/Makefile Wed Jun 25 20:10:17 2014 (r359298)
@@ -30,7 +30,7 @@ CONFLICTS= emacs-19.* emacs21-* emacs23-
EMACS_VER= 22.3
GNU_CONFIGURE= yes
-USES= gmake pkgconfig
+USES= gmake makeinfo pkgconfig
.if !defined(WITHOUT_X11)
.if !defined(WITHOUT_GTK)
More information about the svn-ports-all
mailing list