summaryrefslogtreecommitdiff
path: root/ftp/ftpcube/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-01 22:16:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-01 22:16:28 +0000
commit88d78c401e6ee4a777388d5cdd174c980978b5c2 (patch)
tree2b5a6b468d3cfdb76a10eecac6670ca3a6bca876 /ftp/ftpcube/Makefile
parentRemove a patch that I have missed in the previous commit to fix the build. (diff)
Fix package building by adding a dependency on Xvfb in the
PACKAGE_BUILDING case. The package build scripts then DTRT and ensure this is running at build-time so a DISPLAY is available. Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=125629
Diffstat (limited to 'ftp/ftpcube/Makefile')
-rw-r--r--ftp/ftpcube/Makefile3
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