diff options
author | tnn <tnn@pkgsrc.org> | 2015-04-03 02:29:40 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-04-03 02:29:40 +0000 |
commit | 3d6643895606ae503dfd12d9c5d58b9059657ed6 (patch) | |
tree | b9a77113897c8405d2d73273bafccdc07bd00e09 | |
parent | f0dd51cf44cf1eeed4fdf47f3f96299572a1f636 (diff) | |
download | pkgsrc-3d6643895606ae503dfd12d9c5d58b9059657ed6.tar.gz |
This meta package should be removed, but unbreak it for now.
-rw-r--r-- | graphics/Mesa/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile index 8b90c4bc7e0..cdba133d447 100644 --- a/graphics/Mesa/Makefile +++ b/graphics/Mesa/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.70 2009/04/08 23:05:45 joerg Exp $ +# $NetBSD: Makefile,v 1.71 2015/04/03 02:29:40 tnn Exp $ -PKGNAME= Mesa-${MESA_PKGVERSION} +PKGNAME= Mesa-7.11.2 MASTER_SITES= # empty DISTFILES= # empty +CATEGORIES= graphics MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Graphics library meta package, similar to SGI's OpenGL @@ -11,8 +12,6 @@ META_PACKAGE= # empty CONFLICTS= Mesa-glx-[0-9]* -.include "Makefile.common" - # The ordering is important here as glut/buildlink3.mk sets the version # of Mesa required. .include "../../graphics/glut/buildlink3.mk" |