diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-01 10:04:12 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-01 10:04:12 +0000 |
commit | 924664833a8d811f2b4996535c7420def841ac4d (patch) | |
tree | e063548f0b9d3b37af2a1a74cd032e450f9ab3b5 /graphics/gle/Makefile | |
parent | 8b524180fbb4556ccfae030242c770657d8d23e7 (diff) | |
download | pkgsrc-924664833a8d811f2b4996535c7420def841ac4d.tar.gz |
bl3ify
Diffstat (limited to 'graphics/gle/Makefile')
-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 d305f7509a0..ad8ef41a55c 100644 --- a/graphics/gle/Makefile +++ b/graphics/gle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/31 11:37:33 sekiya Exp $ +# $NetBSD: Makefile,v 1.13 2004/02/01 10:04:12 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" |