diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-21 01:37:23 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-21 01:37:23 +0000 |
commit | 47bebdfd77e4196f41b21f0302b66ec9b1e688e6 (patch) | |
tree | 0c7fefa93996bd8e59f2f0f1cf36eae678f85410 /devel/gaphor | |
parent | BROKEN on ia64: Does not build (diff) |
Suppress package builds - this doesn't work with Xvfb for some reason.
Diffstat (limited to 'devel/gaphor')
-rw-r--r-- | devel/gaphor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/gaphor/Makefile b/devel/gaphor/Makefile index c6af88609c38..34ab2f6e3ae5 100644 --- a/devel/gaphor/Makefile +++ b/devel/gaphor/Makefile @@ -21,6 +21,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/diacanvas/_canvasmodule.so:${PORTSDIR}/graph RUN_DEPENDS= ${BUILD_DEPENDS} .if defined(PACKAGE_BUILDING) BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} +BROKEN= "Does not build" .endif USE_PYTHON= 2.2+ |