Ticket #51131: Portfile-rrdtool.diff
File Portfile-rrdtool.diff, 662 bytes (added by lanhel@…, 9 years ago) |
---|
-
/Users/lanhel/Desktop/Portfile
old new 144 144 configure.python ${prefix}/bin/python2.7 145 145 } 146 146 147 variant python requires python3 description {add support for python} { 148 } 149 150 variant python3 description {add support for python 3} { 151 depends_lib-append port:python35 152 depends_lib-append port:gettext 153 configure.args-append --with-python 154 configure.python ${prefix}/bin/python3.5 155 } 156 157 147 158 variant perl description {add Perl support} { 148 159 depends_lib-append bin:perl:perl5 149 160 configure.args-append --with-perl