Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2018 08:39:06 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472296 - head/textproc/groff
Message-ID:  <201806130839.w5D8d6Be084113@repo.freebsd.org>

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



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