Ticket #54075: Portfile.diff

File Portfile.diff, 728 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 7 years ago)
  • Portfile

    old new  
    77#remember to update the -doc and -server as well
    88name                postgresql96
    99version             9.6.2
    10 revision            1
     10revision            2
    1111
    1212categories          databases
    1313platforms           darwin
     
    145145}
    146146
    147147variant python3 conflicts python27 description {add support for python 3.x} {
    148     depends_lib-append      port:python35
     148    depends_lib-append      port:python36
    149149    configure.args-append   --with-python
    150     configure.python        ${prefix}/bin/python3.5
     150    configure.python        ${prefix}/bin/python3.6
    151151}
    152152
    153153variant perl description {add Perl support} {