summaryrefslogtreecommitdiff
path: root/x11/emu
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-05-05 00:20:39 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-05-05 00:20:39 +0000
commit78cab66eb75110a990e550502864d2e8976c4d42 (patch)
treed0172d7e58ac56e9f620e568d6cd9dd222267183 /x11/emu
parentXvfb now requires ${X_FONTS_MISC_PORT} to be useful. (diff)
Add a dependency on ${X_FONTS_MISC_PORT} to allow Xvfb to work while
package building
Notes
Notes: svn path=/head/; revision=134631
Diffstat (limited to 'x11/emu')
-rw-r--r--x11/emu/Makefile3
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