Ticket #17801: Portfile.diff
File Portfile.diff, 418 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
23 23 24 24 configure.args --mandir=${prefix}/share/man 25 25 26 variant perl58 { 26 variant perl5 { 27 depends_lib-append path:bin/perl:perl5 27 28 configure.args-append --with-perl 28 depends_lib-append port:perl5.829 configure.perl ${prefix}/bin/perl 29 30 } 30 31 31 32 variant php5 {