Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2018 08:54:55 +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: r488516 - head/textproc/groff
Message-ID:  <201812270854.wBR8st26051753@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Dec 27 08:54:55 2018
New Revision: 488516
URL: https://svnweb.freebsd.org/changeset/ports/488516

Log:
  Groff now requires texinfo to be installed to build

Modified:
  head/textproc/groff/Makefile

Modified: head/textproc/groff/Makefile
==============================================================================
--- head/textproc/groff/Makefile	Thu Dec 27 08:51:36 2018	(r488515)
+++ head/textproc/groff/Makefile	Thu Dec 27 08:54:55 2018	(r488516)
@@ -17,7 +17,7 @@ RUN_DEPENDS:=	psselect:print/psutils
 
 MAKE_JOBS_UNSAFE=	yes
 
-USES=		cpe ghostscript gmake perl5 shebangfix
+USES=		cpe ghostscript gmake perl5 shebangfix makeinfo
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-awk=/usr/bin/awk
 CONFIGURE_ENV+=	PERLPATH=${perl_CMD} # shebangfix



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