diff options
-rw-r--r-- | textproc/groff/Makefile | 3 |
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 |