Ticket #42256: patch-grilo-plugins.diff
File patch-grilo-plugins.diff, 841 bytes (added by dbevans (David B. Evans), 11 years ago) |
---|
-
Portfile
23 23 sha256 902b839bd1cdc27613d9e44af2afe00d1ef3b7471ae72c66c622560007e1023e 24 24 25 25 depends_build port:pkgconfig \ 26 port:intltool 26 port:intltool \ 27 port:gnome-common \ 28 port:gnome-doc-utils 27 29 28 30 depends_lib port:glib2 \ 29 31 port:libxml2 \ … … 41 43 port:libdmapsharing \ 42 44 port:json-glib 43 45 46 # autoreconf to use MacPorts patched intltool.m4 47 48 use_autoreconf yes 49 autoreconf.args -fvi 50 44 51 # --enable-tracker Enable Tracker plugin (default: auto) 45 52 46 53 configure.args --disable-silent-rules \