Ticket #40004: Portfile-fix-ticket-40004.patch

File Portfile-fix-ticket-40004.patch, 396 bytes (added by gthb (Gunnlaugur Thor Briem), 11 years ago)

Portfile patch fixing accidental wxWidgets30 dependency

  • devel/poedit/Portfile

    old new  
    4646}
    4747
    4848platform darwin 12 {
    49     depends_lib-replace    port:wxWidgets port:wxWidgets30
     49    if {![variant_isset wxwidgets_devel]} {
     50        depends_lib-replace    port:wxWidgets port:wxWidgets30
     51    }
    5052}
    5153
    5254if {![variant_isset wxwidgets_devel]} {