Ticket #30352: patch-Portfile.diff

File patch-Portfile.diff, 489 bytes (added by lperry (Perry Lee), 13 years ago)
  • Portfile

     
    55
    66name                    postgresql84
    77version                 8.4.8
     8revision                1
    89
    910categories              databases
    1011platforms               darwin
     
    110111variant perl description {add Perl support} {
    111112        depends_lib-append                      bin:perl:perl5
    112113        configure.args-append           --with-perl
     114        patchfiles                                      patch-src-pl-plperl.diff
    113115}
    114116
    115117variant tcl description {add Tcl support} {