diff options
author | seb <seb> | 2007-08-13 11:18:28 +0000 |
---|---|---|
committer | seb <seb> | 2007-08-13 11:18:28 +0000 |
commit | 87d0ae0b8dfe570de788b0348624ed1b2efe2863 (patch) | |
tree | 244d62e6d3a910da885f36e4db5f940962e1eab4 /graphics/glu | |
parent | 4a0e763d9e5b15276947e00850fb5d89a5ef6877 (diff) | |
download | pkgsrc-87d0ae0b8dfe570de788b0348624ed1b2efe2863.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/glu')
-rw-r--r-- | graphics/glu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 6b000e2b37a..72c146cc652 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2007/08/12 15:14:48 adam Exp $ +# $NetBSD: Makefile,v 1.50 2007/08/13 11:18:48 seb Exp $ PKGNAME= glu-${MESA_VERSION} COMMENT= GLU polygon tessellation facility for Mesa @@ -14,7 +14,7 @@ BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=${MESA_VERSION} .include "../../graphics/MesaLib/buildlink3.mk" pre-build: - cd ${WRKSRC} && rm -fr src/mesa src/glut src/glw progs + cd ${WRKSRC} && ${RM} -fr src/mesa src/glut src/glw progs do-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/include/GL |