Ticket #7844: Portfile.patch
File Portfile.patch, 677 bytes (added by rhwood@…, 19 years ago) |
---|
-
Portfile
old new 22 22 patchfiles patch-configure.in patch-data-mime-Makefile.in patch-data-mime-Makefile.am 23 23 24 24 depends_build port:pkgconfig \ 25 port: gconf25 port:shared-mime-info 26 26 depends_lib port:gtk2 \ 27 port:gconf \ 27 28 port:libgnomeui \ 28 29 port:libgnomeprintui \ 29 30 port:scrollkeeper \ … … 31 32 port:p5-xml-parser 32 33 33 34 configure.args --disable-python \ 34 --disable-dotnet 35 --disable-dotnet \ 36 --disable-update-mimedb 37 38 post-activate { 39 system "update-mime-database ${prefix}/share/mime" 40 }