From 6e0be745ec6a08c7d7ca6609d79c64f6a93a260a Mon Sep 17 00:00:00 2001 From: tijl Date: Wed, 13 Jun 2018 08:39:05 +0000 Subject: Add build dependency on print/gsfonts. This used to be pulled in by Ghostscript. Reported by: antoine --- textproc/groff/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index ebba377d3ed5..2a2a6923e66f 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -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 -- cgit