summaryrefslogtreecommitdiff
path: root/graphics/glu
diff options
context:
space:
mode:
authorhira <hira>2006-05-08 17:22:51 +0000
committerhira <hira>2006-05-08 17:22:51 +0000
commit9f50675f5076e6189648fce6b430a1077c7ae4e6 (patch)
treee9cdf4c4aae2d321da8049d6aad8d6b0eac98f29 /graphics/glu
parent22914231659c0fc5a5bbaacec0ec072ce0ff2120 (diff)
downloadpkgsrc-9f50675f5076e6189648fce6b430a1077c7ae4e6.tar.gz
Move definition of USE_LANGUAGES before inclusion of mk/compiler.mk.
Diffstat (limited to 'graphics/glu')
-rw-r--r--graphics/glu/Makefile6
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}