Partially fix package building by adding a dependency on Xvfb in the

PACKAGE_BUILDING case.  Mark BROKEN because this package is still
missing a dependency.

Approved by:	portmgr (self)
This commit is contained in:
Kris Kennaway
2005-01-01 22:19:36 +00:00
parent 88d78c401e
commit 3ddfc30188
3 changed files with 20 additions and 4 deletions

View File

@@ -23,6 +23,11 @@ BUILD_DEPENDS= ${PYNUMERIC} \
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
RUN_DEPENDS= ${PYNUMERIC} \
${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
.if defined(PACKAGE_BUILDING)
BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT}
.endif
BROKEN= Missing dependency
USE_PYTHON= 2.2+
USE_PYDISTUTILS= yes