diff options
author | veego <veego@pkgsrc.org> | 2005-02-24 06:36:18 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2005-02-24 06:36:18 +0000 |
commit | a5ff41f7f326033c7fe4c0ad39ab8ae27b48c6a1 (patch) | |
tree | 360314f24dd4b2f5fa079b66f8c40609ea43643f /graphics/glut/Makefile | |
parent | d09796157a2298f3a86ff8531fcc3d87d70bdcf4 (diff) | |
download | pkgsrc-a5ff41f7f326033c7fe4c0ad39ab8ae27b48c6a1.tar.gz |
Bump the PKGREVISION again, due too the change in graphics/MesaLib:
Fix the last commit which didn't record the correct rpath for the X11
libraries due too the usage of two -rpath options for libtool.
Diffstat (limited to 'graphics/glut/Makefile')
-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 42146b029c7..4f4d72601a9 100644 --- a/graphics/glut/Makefile +++ b/graphics/glut/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2005/02/23 13:57:35 grant Exp $ +# $NetBSD: Makefile,v 1.37 2005/02/24 06:36:18 veego Exp $ PKGNAME= ${DISTNAME:S/MesaLib/glut/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= GLUT Graphics library similar to SGI's OpenGL CONFLICTS+= Mesa-glx-[0-9]* |