diff options
author | tnn <tnn> | 2008-05-29 19:14:17 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-29 19:14:17 +0000 |
commit | 2dc2c6c369b859487ec14f3216f22672e2bb75a8 (patch) | |
tree | fb246102ae02b96e012d074bb7c9ca40be63d69a /graphics/Mesa | |
parent | 487b2f7029d7fb12d48402b5dff82a5ddc3a61bf (diff) | |
download | pkgsrc-2dc2c6c369b859487ec14f3216f22672e2bb75a8.tar.gz |
update comment
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index f4d3b94c8bd..1290963010a 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.62 2008/05/21 08:26:19 bjs Exp $ +# $NetBSD: Makefile.common,v 1.63 2008/05/29 19:14:17 tnn Exp $ # # This Makefile fragment is included either directly or indirectly (through # Makefile.lib) by all packages that are built from the Mesa sources. @@ -15,7 +15,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/} # # graphics/MesaLib # graphics/MesaDemos -# graphics/glx-utils # MESA_VERSION= 7.0.3 MESA_PKGVERSION= ${MESA_VERSION}${MESA_PATCHLEVEL} |