mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Fix build after json-c update.
The plist still has some issues, namely trying to remove share/icons/hicolor directories.
This commit is contained in:
parent
3a5319fc2f
commit
dea396af63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365470
@ -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
|
||||
|
@ -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 = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user