diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-24 18:23:25 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-24 18:23:25 +0000 |
commit | 7ac417c66c8920dc236034543338dfd825de7bfd (patch) | |
tree | bc5c8986e006cd9aeb4c9d8fc8041bc428eecb79 /graphics/Mesa | |
parent | 795177db7736de88a9cc671b2b6c82bbae49ff47 (diff) | |
download | pkgsrc-7ac417c66c8920dc236034543338dfd825de7bfd.tar.gz |
Add distinfo for and facilitate using of MESA_REQD=3.4.2;
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile | 4 | ||||
-rw-r--r-- | graphics/Mesa/Makefile.common | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile index fc5946f2769..4d60dfa65a5 100644 --- a/graphics/Mesa/Makefile +++ b/graphics/Mesa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2003/03/09 19:04:52 jschauma Exp $ +# $NetBSD: Makefile,v 1.47 2003/03/24 18:23:25 jschauma Exp $ # PKGNAME= Mesa-${MESA_VERSION} @@ -12,8 +12,6 @@ CONFLICTS= Mesa-glx-[0-9]* .include "Makefile.common" -MESA_REQD= ${MESA_VERSION} - USE_BUILDLINK2= yes USE_X11BASE= yes diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index c4c2fedb0b4..205a3e119f0 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,6 +1,9 @@ -# $NetBSD: Makefile.common,v 1.6 2003/03/09 19:04:52 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.7 2003/03/24 18:23:25 jschauma Exp $ -MESA_VERSION= 5.0 +# Latest is: 5.0 +# Default is: 5.0 + +MESA_VERSION= ${MESA_REQD} DISTNAME?= MesaLib-${MESA_VERSION} CATEGORIES?= graphics MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE:=mesa3d/} |