diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index 06626f5b9089..7c7623f5f650 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -14,16 +14,15 @@ COMMENT= Fast painting/scribbling program RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \ ${PYTHON_SITELIBDIR}/cairo:${PORTSDIR}/graphics/py-cairo \ ${PYTHON_PKGNAMEPREFIX}protobuf>0:${PORTSDIR}/devel/py-protobuf -LIB_DEPENDS= libjson.so:${PORTSDIR}/devel/json-c \ +LIB_DEPENDS= libjson-c.so:${PORTSDIR}/devel/json-c \ liblcms2.so:${PORTSDIR}/graphics/lcms2 BUILD_DEPENDS:= ${RUN_DEPENDS} \ swig:${PORTSDIR}/devel/swig13 \ protoc:${PORTSDIR}/devel/protobuf USE_GNOME= glib20 pygtk2 -USE_PYTHON= yes MAKE_ARGS= prefix="${PREFIX}" -USES= gettext pkgconfig scons tar:bzip2 +USES= gettext pkgconfig scons tar:bzip2 python INSTALLS_ICONS= yes SUB_FILES= pkg-install diff --git a/graphics/mypaint/files/patch-brushlib-SConscript b/graphics/mypaint/files/patch-brushlib-SConscript index e433c132ab9e..65682237127e 100644 --- a/graphics/mypaint/files/patch-brushlib-SConscript +++ b/graphics/mypaint/files/patch-brushlib-SConscript @@ -1,5 +1,5 @@ ---- brushlib/SConscript.orig 2012-12-31 19:03:38.000000000 +0200 -+++ brushlib/SConscript 2013-03-29 20:13:10.000000000 +0200 +--- brushlib/SConscript.orig 2012-12-31 12:03:38.000000000 -0500 ++++ brushlib/SConscript 2014-08-20 11:36:09.000000000 -0400 @@ -47,7 +47,7 @@ } pc_file = env.Substfile('%s.pc' % pkgconfig_name, @@ -17,3 +17,12 @@ if env['enable_introspection']: env['use_glib'] = True +@@ -73,7 +74,7 @@ + + env.Append(CPPPATH='./') + +-pkg_deps = ['json'] ++pkg_deps = ['json-c'] + libs = ['m'] + linkflags = [] +