aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2018-06-13 16:39:05 +0800
committertijl <tijl@FreeBSD.org>2018-06-13 16:39:05 +0800
commit6e0be745ec6a08c7d7ca6609d79c64f6a93a260a (patch)
treef004db777c3743c302e65f2ed5a93bfd2942c385
parentc80a761be1fdf8eba3af110d9545fe72ff69bfa6 (diff)
downloadfreebsd-ports-gnome-6e0be745ec6a08c7d7ca6609d79c64f6a93a260a.tar.gz
freebsd-ports-gnome-6e0be745ec6a08c7d7ca6609d79c64f6a93a260a.tar.zst
freebsd-ports-gnome-6e0be745ec6a08c7d7ca6609d79c64f6a93a260a.zip
Add build dependency on print/gsfonts. This used to be pulled in by
Ghostscript. Reported by: antoine
-rw-r--r--textproc/groff/Makefile3
1 files changed, 2 insertions, 1 deletions
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