Files
pkgsrc-ng/graphics/mypaint/patches/patch-brushlib_SConscript
2016-01-21 23:40:00 +01:00

14 lines
310 B
Plaintext

$NetBSD: patch-brushlib_SConscript,v 1.1 2015/03/15 04:51:31 ryoon Exp $
--- brushlib/SConscript.orig 2012-12-31 17:03:38.000000000 +0000
+++ brushlib/SConscript
@@ -73,7 +73,7 @@ if env['enable_docs']:
env.Append(CPPPATH='./')
-pkg_deps = ['json']
+pkg_deps = ['json-c']
libs = ['m']
linkflags = []