cvs commit: ports/graphics Makefile ports/graphics/linux-libGLU
Makefile distinfo.i386
Jean-Yves Lefort
jylefort at FreeBSD.org
Mon Nov 6 14:15:32 UTC 2006
jylefort 2006-11-06 14:15:28 UTC
FreeBSD ports repository
Modified files:
graphics Makefile
Added files:
graphics/linux-libGLU Makefile distinfo.i386
Log:
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
Revision Changes Path
1.1002 +1 -0 ports/graphics/Makefile
1.1 +25 -0 ports/graphics/linux-libGLU/Makefile (new)
1.1 +3 -0 ports/graphics/linux-libGLU/distinfo.i386 (new)
More information about the cvs-ports
mailing list