pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/glu Require at least the same version of Mesa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b5975ebe9be
branches:  trunk
changeset: 468155:2b5975ebe9be
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Feb 10 23:07:27 2004 +0000

description:
Require at least the same version of MesaLib to build.

diffstat:

 graphics/glu/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1ee3c3acfa6e -r 2b5975ebe9be graphics/glu/Makefile
--- a/graphics/glu/Makefile     Tue Feb 10 23:00:05 2004 +0000
+++ b/graphics/glu/Makefile     Tue Feb 10 23:07:27 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/01/22 13:00:00 adam Exp $
+# $NetBSD: Makefile,v 1.27 2004/02/10 23:07:27 jlam Exp $
 #
 
 PKGNAME=       ${DISTNAME:C/MesaLib/glu/}
@@ -12,6 +12,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_BUILDLINK3=                yes
+_MESA_REQD=            ${MESA_VERSION}
 
 INSTLIBS=      ${WRKSRC}/src/glu/sgi/libGLU.la
 



Home | Main Index | Thread Index | Old Index