diff options
author | seb <seb@pkgsrc.org> | 2007-08-13 11:18:28 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2007-08-13 11:18:28 +0000 |
commit | e60316b4fea7075d5f62e92bb44f9b0e4bb06330 (patch) | |
tree | 244d62e6d3a910da885f36e4db5f940962e1eab4 /graphics/glut | |
parent | e53cf5dc1df46cb7a8d6cb9a84fcf6fc644f0b0d (diff) | |
download | pkgsrc-e60316b4fea7075d5f62e92bb44f9b0e4bb06330.tar.gz |
As discussed on tech-pkg@ revert for now the last updates of the Mesa packages.
Downgraded graphics/MesaLib to 6.4.2nb3
Downgraded graphics/glu to 6.4.2
Downgraded graphics/glut to 6.4.2
Downgraded graphics/glx-utils to 6.4.2
Downgraded graphics/MesaDemos to 6.4.2
Downgraded graphics/Mesa to 6.4.2
Approved byg agc@.
Diffstat (limited to 'graphics/glut')
-rw-r--r-- | graphics/glut/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile index 0cbf4d6e11b..4a34d9b819a 100644 --- a/graphics/glut/Makefile +++ b/graphics/glut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2007/08/12 15:14:49 adam Exp $ +# $NetBSD: Makefile,v 1.49 2007/08/13 11:18:48 seb Exp $ PKGNAME= glut-${MESA_VERSION} COMMENT= GLUT Graphics library similar to SGI's OpenGL @@ -19,7 +19,7 @@ INSTLIBS= ${WRKSRC}/src/glut/glx/libglut.la .include "../../graphics/glu/buildlink3.mk" pre-build: - cd ${WRKSRC} && rm -fr src/mesa src/glu src/glw progs + cd ${WRKSRC} && ${RM} -fr src/mesa src/glu src/glw progs do-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/include/GL |