svn commit: r488516 - head/textproc/groff

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 27 08:54:56 UTC 2018


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


More information about the svn-ports-all mailing list