diff options
author | kris <kris@FreeBSD.org> | 2006-10-16 02:32:22 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-10-16 02:32:22 +0800 |
commit | e2056338aedc30c7eeef048056e10f82975c74ae (patch) | |
tree | ca72283c32e6442875aef9a963e544657c94d053 /x11 | |
parent | 16f0c1f598d3ef62f7ba0aef9c7f4cdaed4b9753 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |