blob: 60218447a40375969199167474d1e4c27a746d9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile.version,v 1.7 2009/07/08 20:00:57 hasso Exp $
#
# When changing this version, please run "make distinfo" in the following
# package directories:
#
# graphics/MesaLib
# graphics/glx-utils
#
# used by graphics/Mesa/Makefile.common
# used by x11/modular-xorg-server/options.mk
MESA_DISTNAME= MesaLib-${MESA_VERSION}
MESA_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/}
MESA_VERSION= 7.4.4
MESA_PKGVERSION= ${MESA_VERSION}
|