diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-03 23:20:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-03 23:20:07 +0800 |
commit | b64169de133f18e49ce206f9e8e25cf89decda2c (patch) | |
tree | 0758411b90ddb804629bac7b03240478bb889941 /graphics | |
parent | 10312136fe336c48bb8c50ef9c9ab9211b995a93 (diff) | |
download | freebsd-ports-gnome-b64169de133f18e49ce206f9e8e25cf89decda2c.tar.gz freebsd-ports-gnome-b64169de133f18e49ce206f9e8e25cf89decda2c.tar.zst freebsd-ports-gnome-b64169de133f18e49ce206f9e8e25cf89decda2c.zip |
Only build what is necessary and not the whole mesa
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libGLw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libGLw/Makefile b/graphics/libGLw/Makefile index bee681133ace..45ccde00f2da 100644 --- a/graphics/libGLw/Makefile +++ b/graphics/libGLw/Makefile @@ -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" |