Ticket #54075: Portfile.diff
File Portfile.diff, 728 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 8 years ago) |
---|
-
Portfile
old new 7 7 #remember to update the -doc and -server as well 8 8 name postgresql96 9 9 version 9.6.2 10 revision 110 revision 2 11 11 12 12 categories databases 13 13 platforms darwin … … 145 145 } 146 146 147 147 variant python3 conflicts python27 description {add support for python 3.x} { 148 depends_lib-append port:python3 5148 depends_lib-append port:python36 149 149 configure.args-append --with-python 150 configure.python ${prefix}/bin/python3. 5150 configure.python ${prefix}/bin/python3.6 151 151 } 152 152 153 153 variant perl description {add Perl support} {