diff options
author | hira <hira@pkgsrc.org> | 2006-05-08 17:22:51 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2006-05-08 17:22:51 +0000 |
commit | 0c552556a9f5bda4c3a435f294494de0ae9a35c1 (patch) | |
tree | e9cdf4c4aae2d321da8049d6aad8d6b0eac98f29 /graphics/glu | |
parent | 2af3707331f13529a9823e21098b26751f56b40d (diff) | |
download | pkgsrc-0c552556a9f5bda4c3a435f294494de0ae9a35c1.tar.gz |
Move definition of USE_LANGUAGES before inclusion of mk/compiler.mk.
Diffstat (limited to 'graphics/glu')
-rw-r--r-- | graphics/glu/Makefile | 6 |
1 files 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} |