diff options
author | kris <kris@FreeBSD.org> | 2005-05-05 08:20:39 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-05-05 08:20:39 +0800 |
commit | f7d8dc6be0350da3487cd8d9924834d9ec90e75f (patch) | |
tree | ed22c5398e74a00c52b0ba1a8b9dcb9598488303 /ftp/ftpcube | |
parent | 178879a9a4c5f1516ff5ce83538f0b5e2b29434e (diff) | |
download | freebsd-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/Makefile | 3 |
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 |