diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-29 20:54:14 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-29 20:54:14 +0000 |
commit | dacc1aa2b2a23de16c097b02ea6da3e615ff3ecf (patch) | |
tree | c93c0bd1f12f20f9471aa1c4d00c8e074739b2a0 /graphics/glx-utils/Makefile | |
parent | 44758f06a8fcc149f72caa8f393e6dd0046180e8 (diff) | |
download | pkgsrc-dacc1aa2b2a23de16c097b02ea6da3e615ff3ecf.tar.gz |
Revert previous, sharing the distinfo doesn't work because of the
MESA_PATCHLEVEL junk.
Instead make graphics/glx-utils not track the mesa patchlevel at all.
Diffstat (limited to 'graphics/glx-utils/Makefile')
-rw-r--r-- | graphics/glx-utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/glx-utils/Makefile b/graphics/glx-utils/Makefile index d01b2c59d87..cb160b9e19d 100644 --- a/graphics/glx-utils/Makefile +++ b/graphics/glx-utils/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2008/05/29 19:13:24 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2008/05/29 20:54:14 tnn Exp $ DISTNAME= MesaDemos-${MESA_VERSION} -PKGNAME= glx-utils-${MESA_PKGVERSION} +PKGNAME= glx-utils-${MESA_VERSION} CATEGORIES= x11 graphics COMMENT= OpenGL glxgears and glxinfo @@ -9,7 +9,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../graphics/Mesa/Makefile.common" -DISTINFO_FILE= ${.CURDIR}/../MesaLib/distinfo +MESA_PATCHFILES= # don't track Mesa patchlevels INSTALLATION_DIRS= bin |