Ticket #10854: Portfile.diff
File Portfile.diff, 465 bytes (added by markd@…, 18 years ago) |
---|
-
Portfile
old new 34 34 35 35 # We are building a CVS checkout, so we need to build the configure script 36 36 # on our own... 37 depends_build port:autoconf port:automake 37 depends_build port:autoconf port:automake port:libxslt 38 38 configure.cmd "./autogen.sh" 39 39 40 post-patch { 41 reinplace "s|@XSLTPROC@|${prefix}/bin/xsltproc|g" \ 42 ${worksrcpath}/gtkdoc-mkhtml.in 43 }