diff options
author | kris <kris@FreeBSD.org> | 2004-06-09 11:13:08 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-09 11:13:08 +0800 |
commit | 02c6abfc636b4f0ce9b98949e96f786c22ed94a1 (patch) | |
tree | 6a00f6c3a39e2eb8ec41185bd8e4b09208a9ca1b /x11 | |
parent | 8f9d88d1d570877e27f22dd3897a81af7e2e06c7 (diff) | |
download | freebsd-ports-gnome-02c6abfc636b4f0ce9b98949e96f786c22ed94a1.tar.gz freebsd-ports-gnome-02c6abfc636b4f0ce9b98949e96f786c22ed94a1.tar.zst freebsd-ports-gnome-02c6abfc636b4f0ce9b98949e96f786c22ed94a1.zip |
BROKEN: build fails
Diffstat (limited to 'x11')
-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} |