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 | cb1bc94217b91b879789eccd5e58e108b78b3b5a (patch) | |
tree | 314658a09bf8aa73e9f9d9df4aea6960ec191df9 /graphics/glu | |
parent | 7f3683f1ed25e986986c070f1bd7d505fa26b432 (diff) | |
download | pkgsrc-cb1bc94217b91b879789eccd5e58e108b78b3b5a.tar.gz |
INSTALL_DATA -> INSTALL_LIB.
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 6a9dbe085eb..27ee3a59ba5 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2004/10/07 16:36:47 tv Exp $ +# $NetBSD: Makefile,v 1.33 2004/10/13 18:00:08 tv Exp $ # PKGNAME= ${DISTNAME:C/MesaLib/glu/} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= GLU polygon tessellation facility for Mesa CONFLICTS+= Mesa-glx-[0-9]* |