diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-09 03:13:08 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-09 03:13:08 +0000 |
commit | 31cda9a9c556ca90a3702537ccde044dc76197f2 (patch) | |
tree | 1bb1082ace6399fcdb3a5b0c762006e327eb479d /x11/libGL | |
parent | 3808299cf54abef0d01306efc87bf6c36cc61f61 (diff) |
Notes
Diffstat (limited to 'x11/libGL')
-rw-r--r-- | x11/libGL/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/libGL/Makefile b/x11/libGL/Makefile index 21cf37f70c9f..3d94cbb4f88a 100644 --- a/x11/libGL/Makefile +++ b/x11/libGL/Makefile @@ -18,6 +18,8 @@ COMMENT= OpenGL library that renders using GLX or DRI LIB_DEPENDS= Xxf86vm.1:${PORTSDIR}/x11/libXxf86 +BROKEN= Build fails + CONFLICTS= XFree86-libraries-* EXTRA_PATCHES= ${CF_PATCHES} |