diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/emu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/emu/Makefile b/x11/emu/Makefile index 6d623d6f7cfe..4e67cd6cd501 100644 --- a/x11/emu/Makefile +++ b/x11/emu/Makefile @@ -19,7 +19,8 @@ BUILD_DEPENDS= xrdb:${X_CLIENTS_PORT} RUN_DEPENDS= xrdb:${X_CLIENTS_PORT} .if defined(PACKAGE_BUILDING) -BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} +BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \ + ${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT} .endif USE_IMAKE= yes |