From 69afacf4516c021068356ba01ea29324566032f7 Mon Sep 17 00:00:00 2001 From: hira Date: Mon, 8 May 2006 17:22:51 +0000 Subject: Move definition of USE_LANGUAGES before inclusion of mk/compiler.mk. --- graphics/glu/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index f8896d4cb33..7678e65ee00 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2006/04/06 06:22:02 reed Exp $ +# $NetBSD: Makefile,v 1.46 2006/05/08 17:22:51 hira Exp $ PKGNAME= ${DISTNAME:C/MesaLib/glu/} COMMENT= GLU polygon tessellation facility for Mesa @@ -6,10 +6,10 @@ COMMENT= GLU polygon tessellation facility for Mesa CONFLICTS+= Mesa-glx-[0-9]* CONFLICTS+= Mesa<3.2.1 -.include "../../graphics/Mesa/Makefile.common" - USE_LANGUAGES= c c++ +.include "../../graphics/Mesa/Makefile.common" + INSTLIBS= ${WRKSRC}/src/glu/sgi/libGLU.la BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=${MESA_VERSION} -- cgit v1.2.3