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

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

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