svn commit: r359233 - head/shells/bash

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 25 12:22:56 UTC 2014


Author: bapt
Date: Wed Jun 25 12:22:55 2014
New Revision: 359233
URL: http://svnweb.freebsd.org/changeset/ports/359233
QAT: https://qat.redports.org/buildarchive/r359233/

Log:
  Fix build without texinfo in base

Modified:
  head/shells/bash/Makefile

Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile	Wed Jun 25 12:21:24 2014	(r359232)
+++ head/shells/bash/Makefile	Wed Jun 25 12:22:55 2014	(r359233)
@@ -30,7 +30,7 @@ IMPLICITCD_DESC=	Use directory name alon
 COLONBREAKSWORDS_DESC=	Colons break words
 HELP_DESC=		Enable builtin help
 
-USES=			bison
+USES=			bison makeinfo
 OPTIONS_SUB=		yes
 
 IMPLICITCD_EXTRA_PATCHES=	${PATCHDIR}/extrapatch-implicitcd


More information about the svn-ports-head mailing list