Ticket #43217: patch-planner.diff

File patch-planner.diff, 699 bytes (added by dbevans (David B. Evans), 10 years ago)

Proposed patch for review

  • Portfile

     
    2929use_xz          yes
    3030
    3131depends_build   port:pkgconfig \
    32                 port:intltool
     32                port:intltool \
     33                port:gtk-doc
     34
    3335depends_lib     port:gtk2 \
    3436                port:gconf \
    3537                port:libgnomeui \
     
    3739                port:rarian \
    3840                port:libxslt
    3941
     42# autoreconf to reconfigure with our intltool.m4
     43
     44use_autoreconf  yes
     45autoreconf.args -fvi
     46
    4047configure.args  --disable-python \
    4148                --disable-update-mimedb \
    4249                --disable-eds \