Ticket #28052: Portfile-py26-gst-python.diff

File Portfile-py26-gst-python.diff, 729 bytes (added by lsinger@…, 13 years ago)
  • Portfile

    old new  
    55
    66name                py26-gst-python
    77version             0.10.21
     8revision            1
    89categories          python gnome multimedia
    910maintainers         rmstonecipher openmaintainer
    1011description         GStreamer python bindings
     
    2728configure.pre_args-delete   --prefix=${prefix}
    2829configure.pre_args-append   --prefix=${python_prefix}
    2930configure.args-append       --includedir=${python_prefix}/include/python2.6
     31configure.args-append       --with-libpython-dir=${prefix}/lib
    3032configure.pkg_config_path   ${python_prefix}/lib/pkgconfig
    3133configure.python            ${prefix}/bin/python2.6
    3234