Ticket #28287: gedit-plugins.Portfile.patch

File gedit-plugins.Portfile.patch, 1.0 KB (added by pope (K. Adam Christensen), 13 years ago)
  • Portfile

    old new  
    55
    66name            gedit-plugins
    77version         2.26.3
     8revision        1
    89set branch      [join [lrange [split ${version} .] 0 1] .]
    910description     Plug-ins for GEdit
    1011long_description Various additional plug-ins for GEdit 2.
     
    2728depends_lib     \
    2829                port:gconf \
    2930                port:gedit \
    30                 port:py25-pygtksourceview \
    31                 port:vte \
     31                port:py26-pygtksourceview \
     32                port:vte \
    3233                port:gucharmap
    3334
    3435configure.args  --disable-schemas-install
    3536
    36 configure.python ${prefix}/bin/python2.5
     37configure.python ${prefix}/bin/python2.6
     38set python_framework ${frameworks_dir}/Python.framework/Versions/2.6
     39configure.pkg_config_path ${python_framework}/lib/pkgconfig
    3740
    3841post-activate {
    3942       system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \