summaryrefslogtreecommitdiff
path: root/graphics/glu
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-09-18 16:25:08 +0000
committerjmmv <jmmv@pkgsrc.org>2003-09-18 16:25:08 +0000
commit6d9ccf016ffd2af4f126e6d58b7ae9d0e61f8330 (patch)
tree059002a09ab942607c4e739ae3422b863a0c90f4 /graphics/glu
parent3c4d07b4201946eda3d2c72f892f3ac600b74b65 (diff)
downloadpkgsrc-6d9ccf016ffd2af4f126e6d58b7ae9d0e61f8330.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/Makefile4
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