diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-18 16:25:08 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-18 16:25:08 +0000 |
commit | 6d9ccf016ffd2af4f126e6d58b7ae9d0e61f8330 (patch) | |
tree | 059002a09ab942607c4e739ae3422b863a0c90f4 /graphics | |
parent | 3c4d07b4201946eda3d2c72f892f3ac600b74b65 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | graphics/MesaLib/Makefile | 4 | ||||
-rw-r--r-- | graphics/gdk-pixbuf-gnome/Makefile | 4 | ||||
-rw-r--r-- | graphics/glu/Makefile | 4 | ||||
-rw-r--r-- | graphics/glut/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index 446ed3b7dea..4a0e768b9ff 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.22 2003/08/26 01:43:52 jschauma Exp $ +# $NetBSD: Makefile,v 1.23 2003/09/18 16:25:08 jmmv Exp $ PKGNAME= MesaLib-${MESA_VERSION} WRKSRC= ${WRKDIR}/${DISTNAME:S/Lib//} MAINTAINER= rh@NetBSD.org COMMENT= Graphics library similar to SGI's OpenGL -.include "../Mesa/Makefile.common" +.include "../../graphics/Mesa/Makefile.common" USE_BUILDLINK2= yes USE_X11BASE= yes diff --git a/graphics/gdk-pixbuf-gnome/Makefile b/graphics/gdk-pixbuf-gnome/Makefile index 05a4c29b5ba..07ff75d3e04 100644 --- a/graphics/gdk-pixbuf-gnome/Makefile +++ b/graphics/gdk-pixbuf-gnome/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2003/07/21 16:51:41 martti Exp $ +# $NetBSD: Makefile,v 1.23 2003/09/18 16:25:10 jmmv Exp $ -.include "../gdk-pixbuf/Makefile.common" +.include "../../graphics/gdk-pixbuf/Makefile.common" PKGNAME= ${DISTNAME:S/gdk-pixbuf-/gdk-pixbuf-gnome-/} PKGREVISION= 1 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 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 diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index 2165348e952..c078e71cf19 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2003/07/17 21:42:08 grant Exp $ +# $NetBSD: Makefile,v 1.30 2003/09/18 16:25:15 jmmv Exp $ -.include "../ImageMagick/Makefile.common" +.include "../graphics/ImageMagick/Makefile.common" PKGNAME= p5-PerlMagick-${DISTVERSION} |