Ticket #43217: patch-planner.diff
File patch-planner.diff, 699 bytes (added by dbevans (David B. Evans), 11 years ago) |
---|
-
Portfile
29 29 use_xz yes 30 30 31 31 depends_build port:pkgconfig \ 32 port:intltool 32 port:intltool \ 33 port:gtk-doc 34 33 35 depends_lib port:gtk2 \ 34 36 port:gconf \ 35 37 port:libgnomeui \ … … 37 39 port:rarian \ 38 40 port:libxslt 39 41 42 # autoreconf to reconfigure with our intltool.m4 43 44 use_autoreconf yes 45 autoreconf.args -fvi 46 40 47 configure.args --disable-python \ 41 48 --disable-update-mimedb \ 42 49 --disable-eds \