diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-13 05:36:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-13 05:36:59 +0000 |
commit | 7bc2016b9cc236925c6f94b3c70e8e5b116f0bb9 (patch) | |
tree | 6beac87141502d3fc7a53d8bf784380fad922cd6 /graphics | |
parent | Update to version 0.29. (diff) |
BROKEN: Inconsistent dependencies (installs both linux_base-6.x and 7.x, which conflict)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/linux_mesa3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/linux_mesa3/Makefile b/graphics/linux_mesa3/Makefile index 8073e1f10ef2..a43a1a0690e1 100644 --- a/graphics/linux_mesa3/Makefile +++ b/graphics/linux_mesa3/Makefile @@ -19,6 +19,8 @@ DISTFILES= MesaLib-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= mastake@msel.t.u-tokyo.ac.jp COMMENT= A graphics library similar to SGI's OpenGL, used from Linux programs +BROKEN= "Inconsistent dependencies (installs both linux_base-6.x and 7.x, which conflict)" + BUILD_DEPENDS= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base \ ${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools-6 |