aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ftpcube
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-01-02 06:16:28 +0800
committerkris <kris@FreeBSD.org>2005-01-02 06:16:28 +0800
commit751e1620399057383b0e26c92d8634103ab0a8d9 (patch)
treeaae3c437c51dc321eb55c87e22dac96e2cbdd750 /ftp/ftpcube
parent633c089ab5d4c53df41f1bed2ae3950afc792920 (diff)
downloadfreebsd-ports-gnome-751e1620399057383b0e26c92d8634103ab0a8d9.tar.gz
freebsd-ports-gnome-751e1620399057383b0e26c92d8634103ab0a8d9.tar.zst
freebsd-ports-gnome-751e1620399057383b0e26c92d8634103ab0a8d9.zip
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)
Diffstat (limited to 'ftp/ftpcube')
-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