From 6d9ccf016ffd2af4f126e6d58b7ae9d0e61f8330 Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 18 Sep 2003 16:25:08 +0000 Subject: Specify the category when including other files and when depending on other packages. From PR pkg/21864 by ccatrian at eml.cc. --- graphics/glut/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/glut/Makefile') 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 -- cgit v1.2.3