summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorbjs <bjs>2008-05-21 08:26:19 +0000
committerbjs <bjs>2008-05-21 08:26:19 +0000
commit67708b08d55090946404ae399a0f25fe316a8d68 (patch)
tree11baec3adeb75faf585a895373198a7524c905ba /graphics
parent50e0ff537726f9dbb535e289ab6e571497c42c25 (diff)
downloadpkgsrc-67708b08d55090946404ae399a0f25fe316a8d68.tar.gz
Update MESA_PATCHFILES, too; without this, the update isn't of much use. ;)
Thanks to dsainty@ for pointing it out. Obviously I did update this while testing it, but I did a cvs up -dPAC at some point and lost it.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Mesa/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common
index 6b13037d1a3..f4d3b94c8bd 100644
--- a/graphics/Mesa/Makefile.common
+++ b/graphics/Mesa/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.61 2008/04/30 07:09:48 bjs Exp $
+# $NetBSD: Makefile.common,v 1.62 2008/05/21 08:26:19 bjs Exp $
#
# This Makefile fragment is included either directly or indirectly (through
# Makefile.lib) by all packages that are built from the Mesa sources.
@@ -19,7 +19,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/}
#
MESA_VERSION= 7.0.3
MESA_PKGVERSION= ${MESA_VERSION}${MESA_PATCHLEVEL}
-MESA_PATCHFILES= 001 002
+MESA_PATCHFILES= 001 002 003
MESA_PATCHLEVEL= ${MESA_PATCHFILES:O:[-1]:C|^[0^]*|.|}
PATCHFILES= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@}