From 88d78c401e6ee4a777388d5cdd174c980978b5c2 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 1 Jan 2005 22:16:28 +0000 Subject: 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) --- ftp/ftpcube/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ftp/ftpcube/Makefile') 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 -- cgit v1.2.3