diff options
author | tnn <tnn@pkgsrc.org> | 2008-06-27 13:24:39 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-06-27 13:24:39 +0000 |
commit | 352c284e0c9b96573b4db0f4e88b2a05e1f886fe (patch) | |
tree | 03a9c205cf503df6f4ce10a932a4269342817b93 /graphics/glu | |
parent | 93741eb4bb971b817909da4b3de5501426bea08f (diff) | |
download | pkgsrc-352c284e0c9b96573b4db0f4e88b2a05e1f886fe.tar.gz |
graphics/MesaLib/hacks.mk: revert to rev 1.8
graphics/MesaLib/patches/patch-aw: export glXGetProcAddressARB
graphics/MesaLib/Makefile: bump PKGREVISION
graphics/glu/Makefile: bump PKGREVISION
Please help out by giving this change as extensive testing as
possible before 2008Q2 is branched.
Diffstat (limited to 'graphics/glu')
-rw-r--r-- | graphics/glu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 53c78da9e60..5600f5d380e 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2008/04/24 07:40:23 bjs Exp $ +# $NetBSD: Makefile,v 1.52 2008/06/27 13:24:39 tnn Exp $ PKGNAME= glu-${MESA_PKGVERSION} +PKGREVISION= 1 COMMENT= GLU polygon tessellation facility for Mesa CONFLICTS+= Mesa-glx-[0-9]* |