diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-13 04:53:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-13 04:53:42 +0000 |
commit | 15c26eb6a0e3d4979986e2c9fd3cc1542cdd371a (patch) | |
tree | b0fa9b18996a677b660c79b2997922d92ed19e2c /graphics | |
parent | The p5-GtkGLArea port has been marked BROKEN for 23 months waiting for (diff) |
BROKEN -> IGNORE to prevent package build
Notes
Notes:
svn path=/head/; revision=67947
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gstreamer/Makefile | 2 | ||||
-rw-r--r-- | graphics/utah-glx/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gstreamer/Makefile b/graphics/gstreamer/Makefile index 1c0163404bc4..544466bc9f30 100644 --- a/graphics/gstreamer/Makefile +++ b/graphics/gstreamer/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 \ popt.0:${PORTSDIR}/devel/popt \ xml2.5:${PORTSDIR}/textproc/libxml2 -BROKEN= Needs help fixing scheduling code under FreeBSD +IGNORE= Needs help fixing scheduling code under FreeBSD USE_BISON= yes USE_BZIP2= yes diff --git a/graphics/utah-glx/Makefile b/graphics/utah-glx/Makefile index 30c50a555d2e..9bdfeb6092d2 100644 --- a/graphics/utah-glx/Makefile +++ b/graphics/utah-glx/Makefile @@ -52,7 +52,7 @@ ALL_TARGET= depend all .include <bsd.port.pre.mk> .if ${XFREE86_VERSION} > 3 -BROKEN= "Requires XFree86 3.3.* - will not work with XFree86 4.*" +IGNORE= "Requires XFree86 3.3.* - will not work with XFree86 4.*" .endif pre-build: |