mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add missing font dependency to fix build while package building
Approved by: portmgr (self)
This commit is contained in:
parent
1842c0d301
commit
d2cb7883ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175329
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ COMMENT= An X11 image grabber
|
||||||
|
|
||||||
BUILD_DEPENDS= xrdb:${X_CLIENTS_PORT}
|
BUILD_DEPENDS= xrdb:${X_CLIENTS_PORT}
|
||||||
.if defined(PACKAGE_BUILDING)
|
.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
|
.endif
|
||||||
|
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue