diff options
author | jlam <jlam> | 2004-02-11 02:19:28 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-11 02:19:28 +0000 |
commit | 4f6bbce318ef5dad00247416d64ea1569a24172f (patch) | |
tree | f3e349ffd578287034304e6e670088f22e88943a /graphics/gle | |
parent | 8f86c2c3355c862cc1a627c93e85edc89375ae5f (diff) | |
download | pkgsrc-4f6bbce318ef5dad00247416d64ea1569a24172f.tar.gz |
The Mesa buildlink3.mk files have been modified so that users of glut
will automatically use the pkgsrc versions of Mesa (unless some future
XFree86 release includes Mesa-6.0).
Diffstat (limited to 'graphics/gle')
-rw-r--r-- | graphics/gle/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gle/Makefile b/graphics/gle/Makefile index 492ed85d419..423308e2713 100644 --- a/graphics/gle/Makefile +++ b/graphics/gle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/02/10 11:02:56 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2004/02/11 02:19:28 jlam Exp $ # DISTNAME= gle-3.1.0 @@ -12,7 +12,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.linas.org/gle/ COMMENT= GL subroutines for drawing tubing and extrusions -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES @@ -22,5 +22,5 @@ CONFIG_SUB_OVERRIDE+= ${WRKSRC}/config.sub USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -.include "../../graphics/Mesa/buildlink2.mk" +.include "../../graphics/Mesa/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |