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/glut | |
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/glut')
-rw-r--r-- | graphics/glut/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile index 93a9dd68514..1bdcb6632a2 100644 --- a/graphics/glut/Makefile +++ b/graphics/glut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/08/26 01:43:50 jschauma Exp $ +# $NetBSD: Makefile,v 1.20 2003/09/18 16:25:12 jmmv Exp $ PKGNAME= ${DISTNAME:S/MesaLib/glut/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -10,7 +10,7 @@ COMMENT= GLUT Graphics library similar to SGI's OpenGL 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 |