pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/Mesa bl3ify
details: https://anonhg.NetBSD.org/pkgsrc/rev/434dc79c434f
branches: trunk
changeset: 468160:434dc79c434f
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Feb 10 23:31:38 2004 +0000
description:
bl3ify
diffstat:
graphics/Mesa/Makefile | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r ed150c98e3df -r 434dc79c434f graphics/Mesa/Makefile
--- a/graphics/Mesa/Makefile Tue Feb 10 23:31:27 2004 +0000
+++ b/graphics/Mesa/Makefile Tue Feb 10 23:31:38 2004 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2004/01/22 12:58:07 adam Exp $
-#
+# $NetBSD: Makefile,v 1.57 2004/02/10 23:31:38 jlam Exp $
PKGNAME= Mesa-${MESA_VERSION}
MASTER_SITES= # empty
@@ -10,8 +9,8 @@
CONFLICTS= Mesa-glx-[0-9]*
-USE_BUILDLINK2= yes
-USE_X11= yes
+USE_BUILDLINK3= yes
+USE_LANGUAGES= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
@@ -24,8 +23,10 @@
.include "Makefile.common"
-.include "../../graphics/MesaLib/buildlink2.mk"
-.include "../../graphics/glu/buildlink2.mk"
-.include "../../graphics/glut/buildlink2.mk"
+_MESA_REQD= ${MESA_VERSION}
+
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
+.include "../../graphics/glut/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index