diff options
author | minskim <minskim> | 2004-10-29 01:34:39 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-10-29 01:34:39 +0000 |
commit | bb53f6ac5c6b74d5d39bc33d212447714c3280b2 (patch) | |
tree | e99d7b32f7b3cc0f21e57145c463b103b7da4672 /graphics/glu | |
parent | 14a7740a94d8ef4ee3da755b516248cf8e52728e (diff) | |
download | pkgsrc-bb53f6ac5c6b74d5d39bc33d212447714c3280b2.tar.gz |
Define USE_BUILDLINK3 before including compiler.mk. Otherwise,
buildink3.mk of gcc* packages is not included.
Diffstat (limited to 'graphics/glu')
-rw-r--r-- | graphics/glu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 911551a368c..0e4d3061311 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2004/10/27 10:30:38 grant Exp $ +# $NetBSD: Makefile,v 1.36 2004/10/29 01:34:40 minskim Exp $ PKGNAME= ${DISTNAME:C/MesaLib/glu/} COMMENT= GLU polygon tessellation facility for Mesa @@ -10,7 +10,6 @@ CONFLICTS+= Mesa<3.2.1 PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= yes USE_LANGUAGES= c c++ MESA_REQD+= ${MESA_VERSION} |