diff options
author | tnn <tnn@pkgsrc.org> | 2020-03-06 13:35:15 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-03-06 13:35:15 +0000 |
commit | 83b0311e455198bf560183222c9b89f1c1a2fb3f (patch) | |
tree | 5dbf941cbcb31d8292e0eb21c4fa02a2e3c21853 /graphics/gimp | |
parent | f6310db37edbb1da8a6bb8a85f791b02416204dd (diff) | |
download | pkgsrc-83b0311e455198bf560183222c9b89f1c1a2fb3f.tar.gz |
gimp: try to fix the build
- gimp looks for mypaint-brushes-1.0 but we have mypaint-brushes-2.0 now
- don't include archivers/xz/buidlink3.mk twice
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index b61eb39d26e..f18a6ffbd9f 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.321 2020/03/04 22:07:26 wiz Exp $ +# $NetBSD: Makefile,v 1.322 2020/03/06 13:35:15 tnn Exp $ DISTNAME= gimp-2.10.18 PKGREVISION= 1 @@ -59,13 +59,16 @@ PLIST_SUBST+= GIMP_DEBUG_TOOL_DIR="bin" PLIST_SUBST+= GIMP_DEBUG_TOOL_DIR="libexec" .endif +pre-configure: + ln -s mypaint-brushes-2.0.pc \ + ${BUILDLINK_DIR}/share/pkgconfig/mypaint-brushes-1.0.pc + .include "options.mk" .include "../../archivers/xz/buildlink3.mk" BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.8.1 .include "../../graphics/freetype2/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../databases/shared-mime-info/mimedb.mk" -.include "../../archivers/xz/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.12.4 .include "../../fonts/fontconfig/buildlink3.mk" |