Ticket #28287: gedit-plugins.Portfile.patch
File gedit-plugins.Portfile.patch, 1.0 KB (added by pope (K. Adam Christensen), 14 years ago) |
---|
-
Portfile
old new 5 5 6 6 name gedit-plugins 7 7 version 2.26.3 8 revision 1 8 9 set branch [join [lrange [split ${version} .] 0 1] .] 9 10 description Plug-ins for GEdit 10 11 long_description Various additional plug-ins for GEdit 2. … … 27 28 depends_lib \ 28 29 port:gconf \ 29 30 port:gedit \ 30 port:py2 5-pygtksourceview \31 31 port:py26-pygtksourceview \ 32 port:vte \ 32 33 port:gucharmap 33 34 34 35 configure.args --disable-schemas-install 35 36 36 configure.python ${prefix}/bin/python2.5 37 configure.python ${prefix}/bin/python2.6 38 set python_framework ${frameworks_dir}/Python.framework/Versions/2.6 39 configure.pkg_config_path ${python_framework}/lib/pkgconfig 37 40 38 41 post-activate { 39 42 system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \