Date: Fri, 18 Feb 2005 21:15:26 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/linux_mesa3 Makefile pkg-plist Message-ID: <200502182115.j1ILFQ7Q049451@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2005-02-18 21:15:26 UTC FreeBSD ports repository Modified files: graphics/linux_mesa3 Makefile pkg-plist Log: Don't install (ln -s) libGL.so and libGLU.so, they get already installed by some other port. We lose the ability to _compile_ linux programs with Mesa3 support by specifying "-lGL -lGLU", but someone who needs to do this can use "-lMesaGL -lMesaGLU" instead (or come up with a better solution). Noticed by: pointyhat Revision Changes Path 1.25 +1 -2 ports/graphics/linux_mesa3/Makefile 1.6 +0 -2 ports/graphics/linux_mesa3/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502182115.j1ILFQ7Q049451>