Add missing font dependency to fix build while package building

Approved by:	portmgr (self)
This commit is contained in:
Kris Kennaway 2006-10-15 18:32:22 +00:00
parent 1842c0d301
commit d2cb7883ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175329

View file

@ -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