diff options
author | snj <snj> | 2004-03-29 22:31:13 +0000 |
---|---|---|
committer | snj <snj> | 2004-03-29 22:31:13 +0000 |
commit | 3ecfdaef857a0c4d4c161638cfbd899c51684359 (patch) | |
tree | 226a2aac4e2ef1f0461190ccf0325df751364933 /graphics | |
parent | 2ba9fdfef5517318c58701b35dc03d9ce8ea976f (diff) | |
download | pkgsrc-3ecfdaef857a0c4d4c161638cfbd899c51684359.tar.gz |
gimp-base -> gimp1-base.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-gimp/Makefile | 4 | ||||
-rw-r--r-- | graphics/sane-frontends/Makefile | 4 | ||||
-rw-r--r-- | graphics/xsane/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/py-gimp/Makefile b/graphics/py-gimp/Makefile index 2a8d1727bd3..9609da3d8af 100644 --- a/graphics/py-gimp/Makefile +++ b/graphics/py-gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/03 18:49:44 reed Exp $ +# $NetBSD: Makefile,v 1.10 2004/03/29 22:31:13 snj Exp $ # DISTNAME= pygimp-1.2 @@ -30,6 +30,6 @@ post-install: .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" -.include "../../graphics/gimp-base/buildlink2.mk" +.include "../../graphics/gimp1-base/buildlink2.mk" .include "../../x11/pygtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index 4921e4d11f7..db12ec78baa 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/01/03 18:49:44 reed Exp $ +# $NetBSD: Makefile,v 1.16 2004/03/29 22:31:58 snj Exp $ .include "../sane-backends/Makefile.common" @@ -12,6 +12,6 @@ BUILDLINK_DEPENDS.sane= sane-backends>=${SANE_VERSION} USE_X11BASE= YES .include "../../graphics/sane-backends/buildlink2.mk" -.include "../../graphics/gimp-base/buildlink2.mk" +.include "../../graphics/gimp1-base/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 8c3c832876c..ed0828e05c8 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2004/01/24 15:46:44 grant Exp $ +# $NetBSD: Makefile,v 1.44 2004/03/29 22:32:33 snj Exp $ DISTNAME= xsane-0.90 PKGREVISION= 3 @@ -29,7 +29,7 @@ USE_PKGLOCALEDIR= YES .include "../../graphics/jpeg/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" .include "../../graphics/tiff/buildlink2.mk" -.include "../../graphics/gimp-base/buildlink2.mk" +.include "../../graphics/gimp1-base/buildlink2.mk" .include "../../graphics/sane-backends/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |