aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-10-16 02:32:22 +0800
committerkris <kris@FreeBSD.org>2006-10-16 02:32:22 +0800
commite2056338aedc30c7eeef048056e10f82975c74ae (patch)
treeca72283c32e6442875aef9a963e544657c94d053 /x11
parent16f0c1f598d3ef62f7ba0aef9c7f4cdaed4b9753 (diff)
downloadfreebsd-ports-gnome-e2056338aedc30c7eeef048056e10f82975c74ae.tar.gz
freebsd-ports-gnome-e2056338aedc30c7eeef048056e10f82975c74ae.tar.zst
freebsd-ports-gnome-e2056338aedc30c7eeef048056e10f82975c74ae.zip
Add missing font dependency to fix build while package building
Approved by: portmgr (self)
Diffstat (limited to 'x11')
-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