diff options
author | jmmv <jmmv> | 2003-09-18 16:25:08 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-09-18 16:25:08 +0000 |
commit | eaf83de1986ca7d1151f44507cab55e6261b9157 (patch) | |
tree | 059002a09ab942607c4e739ae3422b863a0c90f4 /graphics/glu | |
parent | 02a58ba9f320cdeeef22277a29a4c61fdd398b0f (diff) | |
download | pkgsrc-eaf83de1986ca7d1151f44507cab55e6261b9157.tar.gz |
Specify the category when including other files and when depending on other
packages. From PR pkg/21864 by ccatrian at eml.cc.
Diffstat (limited to 'graphics/glu')
-rw-r--r-- | graphics/glu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 413492a070a..55305d38369 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/08/26 01:43:49 jschauma Exp $ +# $NetBSD: Makefile,v 1.19 2003/09/18 16:25:11 jmmv Exp $ PKGNAME= ${DISTNAME:C/MesaLib/glu/} WRKSRC= ${WRKDIR}/${DISTNAME:C/Lib//} @@ -8,7 +8,7 @@ COMMENT= GLU polygon tesselation facility for Mesa CONFLICTS+= Mesa-glx-[0-9]* CONFLICTS+= Mesa<3.2.1 -.include "../Mesa/Makefile.common" +.include "../../graphics/Mesa/Makefile.common" USE_BUILDLINK2= yes USE_X11BASE= yes |