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/gdk-pixbuf-gnome/Makefile | |
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/gdk-pixbuf-gnome/Makefile')
-rw-r--r-- | graphics/gdk-pixbuf-gnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |