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.
This commit is contained in:
parent
16f81881ee
commit
fe2997a1d6
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ GLU_BUILDLINK2_MK= # defined
|
|||
.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}
|
||||
|
|
Loading…
Reference in a new issue