Date: Mon, 6 Nov 2006 14:15:28 +0000 (UTC) From: Jean-Yves Lefort <jylefort@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/linux-libGLU Makefile distinfo.i386 Message-ID: <200611061415.kA6EFSwj016345@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611061415.kA6EFSwj016345>
