Ticket #34731: Portfile2.diff
File Portfile2.diff, 651 bytes (added by mndavidoff (Monte Davidoff), 12 years ago) |
---|
-
Portfile
old new 45 45 --enable-man-pages \ 46 46 --disable-gtk-doc 47 47 48 # The perl executable should be the one explicitly required by intltool 49 configure.env-append INTLTOOL_PERL=${prefix}/bin/perl5.12 50 48 51 depends_build port:pkgconfig \ 49 52 port:intltool \ 50 53 port:gnome-doc-utils 51 54 52 depends_lib port:eggdbus \ 53 port:p5.12-xml-parser 55 depends_lib port:eggdbus 54 56 55 57 variant docs description {Build API docs using gtk-doc} { 56 58 configure.args-delete --disable-gtk-doc