diff options
author | snj <snj@pkgsrc.org> | 2004-03-29 22:31:13 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-29 22:31:13 +0000 |
commit | 71b19dd4b44a066ae25eed8d3dff494b8a9983c4 (patch) | |
tree | 226a2aac4e2ef1f0461190ccf0325df751364933 /graphics/py-gimp | |
parent | c49f6de1dfc6b688a287eac4b8193531ef37107f (diff) | |
download | pkgsrc-71b19dd4b44a066ae25eed8d3dff494b8a9983c4.tar.gz |
gimp-base -> gimp1-base.
Diffstat (limited to 'graphics/py-gimp')
-rw-r--r-- | graphics/py-gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 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" |