diff options
author | lioux <lioux@FreeBSD.org> | 2002-05-02 03:34:05 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-05-02 03:34:05 +0000 |
commit | 95c61f4292511265b8443bae51e996aad9cd5322 (patch) | |
tree | 19bb7ee90f5cbc9f4ec53565f4bed28876a4a927 /x11-toolkits/qt33 | |
parent | 0d423c7127fbaee044f63937ee4e5bbc1df6f0f1 (diff) | |
download | FreeBSD-ports-95c61f4292511265b8443bae51e996aad9cd5322.zip FreeBSD-ports-95c61f4292511265b8443bae51e996aad9cd5322.tar.gz |
Mark BROKEN when WITH_OPENGL due to unsolved problems causing DRI
to fail
Submitted by: Alan E <port@geeksrus.net>
Approved by: will
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index fc9d30f..43d4747 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -51,6 +51,7 @@ CONFIGURE_ARGS+= -debug USE_MESA= yes PLIST_SUB+= OPENGL="" PKGNAMESUFFIX= -opengl +BROKEN= "Using WITH_OPENGL causes DRI to fail in mysterious ways" .else PKGMESSAGE=${NONEXISTENT} PLIST_SUB+= OPENGL="@comment " |