summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-10-15 18:32:22 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-10-15 18:32:22 +0000
commitd2cb7883ee4636d4ca10ba4a1d8a5960cbb21b39 (patch)
treedfc20dd0917b45bcc4da777cc9ecdc1adbe080d8
parentBROKEN: Segfaults when MALLOC_OPTIONS=AJ (diff)
Add missing font dependency to fix build while package building
Approved by: portmgr (self)
-rw-r--r--x11/xgrab/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile
index a18041dc5965..e893d52109e9 100644
--- a/x11/xgrab/Makefile
+++ b/x11/xgrab/Makefile
@@ -19,7 +19,8 @@ COMMENT= An X11 image grabber
BUILD_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_X_PREFIX= yes