aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-f10-libGLU
Commit message (Collapse)AuthorAgeFilesLines
* Fix package buildingJean-Yves Lefort2006-11-072-1/+6
| | | | Notes: svn path=/head/; revision=176750
* Add linux-libGLU.so. Unlike graphics/linux_dri, this port does notJean-Yves Lefort2006-11-062-0/+28
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 Notes: svn path=/head/; revision=176609