diff options
Diffstat (limited to 'graphics/Mesa/Makefile.common')
-rw-r--r-- | graphics/Mesa/Makefile.common | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index cd7fe617d2f..5bb590942c9 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.67 2008/07/27 00:11:05 bjs Exp $ +# $NetBSD: Makefile.common,v 1.68 2008/08/17 08:25:50 bjs Exp $ # # This Makefile fragment is included either directly or indirectly (through # Makefile.lib) by all packages that are built from the Mesa sources. @@ -8,7 +8,8 @@ DISTNAME?= MesaLib-${MESA_VERSION} EXTRACT_SUFX= .tar.bz2 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL:=Mesa-${MESA_VERSION}/} +#MASTER_SITES= ${MASTER_SITE_LOCAL:=Mesa-${MESA_VERSION}/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/} # When changing this version, please run "make distinfo" in the following # package directories: @@ -19,7 +20,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL:=Mesa-${MESA_VERSION}/} MESA_VERSION= 7.0.4 MESA_PKGVERSION= ${MESA_VERSION}${MESA_PATCHLEVEL} #MESA_PATCHFILES= 001 002 003 -MESA_PATCHLEVEL= .0 +MESA_PATCHLEVEL= .1 #PATCHFILES= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@} #PATCH_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/bjs/patchfiles/ |