svn commit: r472296 - head/textproc/groff

Tijl Coosemans tijl at FreeBSD.org
Wed Jun 13 08:39:06 UTC 2018


Author: tijl
Date: Wed Jun 13 08:39:05 2018
New Revision: 472296
URL: https://svnweb.freebsd.org/changeset/ports/472296

Log:
  Add build dependency on print/gsfonts.  This used to be pulled in by
  Ghostscript.
  
  Reported by:	antoine

Modified:
  head/textproc/groff/Makefile

Modified: head/textproc/groff/Makefile
==============================================================================
--- head/textproc/groff/Makefile	Wed Jun 13 08:34:32 2018	(r472295)
+++ head/textproc/groff/Makefile	Wed Jun 13 08:39:05 2018	(r472296)
@@ -11,7 +11,8 @@ COMMENT=	Software typesetting package
 
 LICENSE=	GPLv3
 
-BUILD_DEPENDS=	psselect:print/psutils
+BUILD_DEPENDS=	gsfonts>=0:print/gsfonts \
+		psselect:print/psutils
 RUN_DEPENDS:=	psselect:print/psutils
 
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-all mailing list