aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ftpcube
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-05-05 08:20:39 +0800
committerkris <kris@FreeBSD.org>2005-05-05 08:20:39 +0800
commitf7d8dc6be0350da3487cd8d9924834d9ec90e75f (patch)
treeed22c5398e74a00c52b0ba1a8b9dcb9598488303 /ftp/ftpcube
parent178879a9a4c5f1516ff5ce83538f0b5e2b29434e (diff)
downloadfreebsd-ports-gnome-f7d8dc6be0350da3487cd8d9924834d9ec90e75f.tar.gz
freebsd-ports-gnome-f7d8dc6be0350da3487cd8d9924834d9ec90e75f.tar.zst
freebsd-ports-gnome-f7d8dc6be0350da3487cd8d9924834d9ec90e75f.zip
Add a dependency on ${X_FONTS_MISC_PORT} to allow Xvfb to work while
package building
Diffstat (limited to 'ftp/ftpcube')
-rw-r--r--ftp/ftpcube/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/ftpcube/Makefile b/ftp/ftpcube/Makefile
index 93b84af372ed..ca0b6f8f71fa 100644
--- a/ftp/ftpcube/Makefile
+++ b/ftp/ftpcube/Makefile
@@ -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