Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 12:22:56 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359233 - head/shells/bash
Message-ID:  <201406251222.s5PCMuou092078@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406251222.s5PCMuou092078>