diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-01 22:16:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-01 22:16:28 +0000 |
commit | 88d78c401e6ee4a777388d5cdd174c980978b5c2 (patch) | |
tree | 2b5a6b468d3cfdb76a10eecac6670ca3a6bca876 /ftp | |
parent | 9b7cdfcd6e84afc16e8d0d6510038c94a6a14b6a (diff) | |
download | ports-88d78c401e6ee4a777388d5cdd174c980978b5c2.tar.gz ports-88d78c401e6ee4a777388d5cdd174c980978b5c2.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftpcube/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/ftpcube/Makefile b/ftp/ftpcube/Makefile index 533239049429..e398837dd232 100644 --- a/ftp/ftpcube/Makefile +++ b/ftp/ftpcube/Makefile @@ -17,6 +17,9 @@ MAINTAINER= ports@FreeBSD.org 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} +.endif USE_REINPLACE= yes USE_PYTHON= yes |