pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/glu As pointed out by jlam: The shlib major ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/337647c7e282
branches:  trunk
changeset: 463866:337647c7e282
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Sun Nov 30 22:57:40 2003 +0000

description:
As pointed out by jlam:  The shlib major for libGLU.so has
gone from 2 to 4, so the BUILDLINK_DEPENDS.glu in glu/buildlink2.mk
should be bumped to the latest version of the package.

diffstat:

 graphics/glu/buildlink2.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ad1d90c778dc -r 337647c7e282 graphics/glu/buildlink2.mk
--- a/graphics/glu/buildlink2.mk        Sun Nov 30 21:42:41 2003 +0000
+++ b/graphics/glu/buildlink2.mk        Sun Nov 30 22:57:40 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.12 2003/08/26 01:43:49 jschauma Exp $
+# $NetBSD: buildlink2.mk,v 1.13 2003/11/30 22:57:40 jschauma Exp $
 
 .if !defined(GLU_BUILDLINK2_MK)
 GLU_BUILDLINK2_MK=     # defined
@@ -6,7 +6,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 BUILDLINK_PACKAGES+=           glu
-BUILDLINK_DEPENDS.glu?=                glu>=${MESA_VERSION}
+BUILDLINK_DEPENDS.glu?=                glu>=${MESA_VERSION}nb3
 BUILDLINK_PKGSRCDIR.glu?=      ../../graphics/glu
 EVAL_PREFIX+=                  BUILDLINK_PREFIX.glu=glu
 BUILDLINK_PREFIX.glu_DEFAULT=  ${LOCALBASE}



Home | Main Index | Thread Index | Old Index