Ticket #7844: Portfile.patch

File Portfile.patch, 677 bytes (added by rhwood@…, 18 years ago)

Portfile diffs

  • Portfile

    old new  
    2222patchfiles       patch-configure.in patch-data-mime-Makefile.in patch-data-mime-Makefile.am
    2323
    2424depends_build    port:pkgconfig \
    25                  port:gconf
     25                 port:shared-mime-info
    2626depends_lib      port:gtk2 \
     27                 port:gconf \
    2728                 port:libgnomeui \
    2829                 port:libgnomeprintui \
    2930                 port:scrollkeeper \
     
    3132                 port:p5-xml-parser
    3233
    3334configure.args   --disable-python \
    34                  --disable-dotnet
     35                 --disable-dotnet \
     36                 --disable-update-mimedb
     37
     38post-activate {
     39                 system "update-mime-database ${prefix}/share/mime"
     40}