svn commit: r317215 - head/graphics/libGLw
Baptiste Daroussin
bapt at FreeBSD.org
Fri May 3 15:20:08 UTC 2013
Author: bapt
Date: Fri May 3 15:20:07 2013
New Revision: 317215
URL: http://svnweb.freebsd.org/changeset/ports/317215
Log:
Only build what is necessary and not the whole mesa
Modified:
head/graphics/libGLw/Makefile
Modified: head/graphics/libGLw/Makefile
==============================================================================
--- head/graphics/libGLw/Makefile Fri May 3 15:12:02 2013 (r317214)
+++ head/graphics/libGLw/Makefile Fri May 3 15:20:07 2013 (r317215)
@@ -12,8 +12,8 @@ USE_GL= gl
USE_MOTIF= yes
USE_XORG= glproto xt x11 xext xxf86vm xdamage xfixes dri2proto
-do-install:
- cd ${WRKSRC}/src/glw; ${GMAKE} install
+INSTALL_WRKSRC= ${WRKSRC}/src/glw
+BUILD_WRKSRC= ${WRKSRC}/src/glw
.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
More information about the svn-ports-all
mailing list