Ticket #10854: Portfile.diff

File Portfile.diff, 465 bytes (added by markd@…, 17 years ago)

gtk-doc-devel portfile diff

  • Portfile

    old new  
    3434
    3535# We are building a CVS checkout, so we need to build the configure script
    3636# on our own...
    37 depends_build   port:autoconf port:automake
     37depends_build   port:autoconf port:automake port:libxslt
    3838configure.cmd   "./autogen.sh"
    3939
     40post-patch {
     41        reinplace "s|@XSLTPROC@|${prefix}/bin/xsltproc|g" \
     42        ${worksrcpath}/gtkdoc-mkhtml.in
     43}