mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Add a dependency on ${X_FONTS_MISC_PORT} to allow Xvfb to work while
package building
This commit is contained in:
parent
1d77d08226
commit
78cab66eb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134631
@ -18,7 +18,8 @@ COMMENT= A graphical FTP Client
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wx/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython
|
||||
.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_REINPLACE= yes
|
||||
|
@ -25,7 +25,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
INSTALLS_SHLIB= yes
|
||||
.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
|
||||
|
||||
post-patch:
|
||||
|
@ -19,7 +19,8 @@ BUILD_DEPENDS= xrdb:${X_CLIENTS_PORT}
|
||||
RUN_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_IMAKE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user