aboutsummaryrefslogtreecommitdiff
path: root/math/py-matplotlib
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-01 22:19:36 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-01 22:19:36 +0000
commit3ddfc30188b669b373ed5496f078ce44fbb33db0 (patch)
tree70cbd9bd71e3d5f8e3f07c9392a0976dc1dc5382 /math/py-matplotlib
parent88d78c401e6ee4a777388d5cdd174c980978b5c2 (diff)
downloadports-3ddfc30188b669b373ed5496f078ce44fbb33db0.tar.gz
ports-3ddfc30188b669b373ed5496f078ce44fbb33db0.zip
Notes
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r--math/py-matplotlib/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile
index da861a8f4065..c7fd3faf0893 100644
--- a/math/py-matplotlib/Makefile
+++ b/math/py-matplotlib/Makefile
@@ -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