pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/Mesa MesaLib needs glproto>=1.4.11 per
details: https://anonhg.NetBSD.org/pkgsrc/rev/6871d415019d
branches: trunk
changeset: 621264:6871d415019d
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jul 06 21:56:13 2013 +0000
description:
MesaLib needs glproto>=1.4.11 per
http://nyftp.netbsd.org/pub/pkgsrc/packages/reports/2013Q2/NetBSD-5.1-x86_64/20130704.0747/MesaLib-7.11.2nb2/configure.log
diffstat:
graphics/Mesa/Makefile.common | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 89092a2debe6 -r 6871d415019d graphics/Mesa/Makefile.common
--- a/graphics/Mesa/Makefile.common Sat Jul 06 17:38:09 2013 +0000
+++ b/graphics/Mesa/Makefile.common Sat Jul 06 21:56:13 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.74 2013/05/16 05:04:56 richard Exp $
+# $NetBSD: Makefile.common,v 1.75 2013/07/06 21:56:13 wiz Exp $
#
# This Makefile fragment is included either directly or indirectly (through
# Makefile.lib) by all packages that are built from the Mesa sources.
@@ -24,6 +24,8 @@
WRKSRC= ${WRKDIR}/Mesa-${MESA_VERSION}
DIST_SUBDIR= Mesa-${MESA_PKGVERSION}
+BUILDLINK_API_DEPENDS.glproto+= glproto>=1.4.11
+.include "../../x11/glproto/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXi/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index