diff options
author | tv <tv@pkgsrc.org> | 2004-10-13 18:00:08 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-13 18:00:08 +0000 |
commit | f83614bde6f93d8928822f0607c532c8e09f3210 (patch) | |
tree | 314658a09bf8aa73e9f9d9df4aea6960ec191df9 /graphics/glut | |
parent | 715052a070e4f9f0da9bb6e37cf14103113dfb22 (diff) | |
download | pkgsrc-f83614bde6f93d8928822f0607c532c8e09f3210.tar.gz |
INSTALL_DATA -> INSTALL_LIB.
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 30b9e92d432..94d9ae48fce 100644 --- a/graphics/glut/Makefile +++ b/graphics/glut/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2004/10/03 00:14:51 tv Exp $ +# $NetBSD: Makefile,v 1.31 2004/10/13 18:00:08 tv Exp $ # PKGNAME= ${DISTNAME:S/MesaLib/glut/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= GLUT Graphics library similar to SGI's OpenGL CONFLICTS+= Mesa-glx-[0-9]* |