Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix package building | Jean-Yves Lefort | 2006-11-07 | 2 | -1/+6 |
| | | | | Notes: svn path=/head/; revision=176750 | ||||
* | Add linux-libGLU.so. Unlike graphics/linux_dri, this port does not | Jean-Yves Lefort | 2006-11-06 | 2 | -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 |