diff options
author | wiz <wiz@pkgsrc.org> | 2004-02-10 11:02:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-02-10 11:02:56 +0000 |
commit | 2f44425d232f1531a92eb32c8b786ae338255f25 (patch) | |
tree | b1b5027f156aa4bb4eec8ceb82c2202111f47aba /graphics/gle | |
parent | a3cd9e10db24d6a00da4df2ef29aa1b22d305543 (diff) | |
download | pkgsrc-2f44425d232f1531a92eb32c8b786ae338255f25.tar.gz |
Downgrade to buildlink2 so this builds again, until PR 24344 is fixed.
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 ad8ef41a55c..492ed85d419 100644 --- a/graphics/gle/Makefile +++ b/graphics/gle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/02/01 10:04:12 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2004/02/10 11:02:56 wiz 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_BUILDLINK3= YES +USE_BUILDLINK2= 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/buildlink3.mk" +.include "../../graphics/Mesa/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |