K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-11-06T14:15:28.000000Z K 7 svn:log V 444 Add linux-libGLU.so. Unlike graphics/linux_dri, this port does not provide libGL.so and is therefore useful for nvidia users (since x11/nvidia-driver already provides libGL.so). That is, to express a dependency on libGLU, do this: .if defined(WITH_NVIDIA_GL) RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGLU.so.1:${PORTSDIR}/graphics/linux-libGLU .else RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGLU.so.1:${PORTSDIR}/graphics/linux_dri .endif END