Ticket #15055: patch-Portfile-inkscape.diff

File patch-Portfile-inkscape.diff, 1.1 KB (added by dbevans (David B. Evans), 16 years ago)
  • Portfile

    old new  
    77version         0.46
    88revision        1
    99maintainers     nomaintainer
    10 categories      gnome graphics
     10categories      graphics gnome
    1111platforms       darwin
    1212homepage        http://www.inkscape.org/
    1313
     
    3737                port:py25-xml \
    3838                port:libcroco \
    3939                port:py25-numpy \
    40                 port:py25-lxml
     40                port:py25-lxml \
     41                port:boost
    4142
    4243patchfiles      patch-configure.diff
    4344
     
    5758default_variants \
    5859    disable_debugging
    5960
    60 variant disable_debugging conflicts enable_debugging {
     61variant disable_debugging conflicts enable_debugging description {Disable debugging. Strip executables to save disk space} {
    6162    # this variant strips the executables saving @200MB of disk space
    6263    # at the cost of not being able to get meaningful debugging information
    6364    # in the event of an application crash
     
    6768    }
    6869}
    6970
    70 variant enable_debugging conflicts disable_debugging {
     71variant enable_debugging conflicts disable_debugging description {Enable debugging. Executables not stripped} {
    7172    # does nothing but offer a counter-point to disable_debugging
    7273}
    7374