KDE4 Install Prob with fireflies screen saver

I started compiling KDE4 last night. After many hours I was presented with the option to choose screen savers. One of the ones I selected is called fireflies. During the KDE4 build process and attempt to compile fireflies fails.

I tried to install fireflies directly and that failed too;

Code:
configure: error: cannot find GL libraries
===>Script "configure failed unexpectedly.

I can not find any references to this error any where. Usually when something like this happens I determine why a port failed Uusually because some other port is not installed or up to date) and then go and install the missing port. However, in this case, I do not know which port to go install so my GL libraries can be "found".

Any suggestions? I've searched google and the forum and am not having any luck.
 
Code:
# cd /usr/ports/x11/fireflies/
# make pretty-print-build-depends-list
This port requires package(s) "damageproto-1.1.0_2 dri2proto-1.99.3 expat-2.0.1 fixesproto-4.0 gettext-0.17_1 gmake-3.81_3 kbproto-1.0.3 [B]libGL-7.3_1 libGLU-7.3[/B] libX11-1.2,1 libXau-1.0.4 libXdamage-1.1.1 libXdmcp-1.0.2_1 libXext-1.0.5,1 libXfixes-4.0.3_1 libXxf86vm-1.0.2 libdrm-2.4.5 libiconv-1.11_1 libpthread-stubs-0.1 libxcb-1.2 pkg-config-0.23_1 python25-2.5.4_1 xcb-proto-1.4 xextproto-7.0.5 xf86vidmodeproto-2.2.2 xproto-7.0.15" to build.

Those look like possible culprits.

Code:
graphics/libGL            OpenGL library that renders using GLX or DRI
graphics/libGLU           OpenGL utility library
 
Back
Top