diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-05 00:20:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-05 00:20:39 +0000 |
commit | 78cab66eb75110a990e550502864d2e8976c4d42 (patch) | |
tree | d0172d7e58ac56e9f620e568d6cd9dd222267183 /ftp/ftpcube | |
parent | 1d77d0822620bac171e64ad1c600eee280713987 (diff) |
Notes
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 |