summaryrefslogtreecommitdiff
path: root/graphics/gle
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-11 02:19:28 +0000
committerjlam <jlam>2004-02-11 02:19:28 +0000
commitf475a819f0358e1035e4b516e7a6db2603a4650f (patch)
treef3e349ffd578287034304e6e670088f22e88943a /graphics/gle
parent983dce5e9a56ce81bc1c0146d65ce42cf100a653 (diff)
downloadpkgsrc-f475a819f0358e1035e4b516e7a6db2603a4650f.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/Makefile6
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"