Ticket #25538: Portfile-gnuplot-lua.diff
File Portfile-gnuplot-lua.diff, 749 bytes (added by todmorrison (Tod Morrison), 14 years ago) |
---|
-
math/gnuplot/Portfile
old new 5 5 6 6 name gnuplot 7 7 version 4.4.0 8 revision 1 8 9 categories math science 9 10 maintainers nomaintainer 10 11 description A command-driven interactive function plotting program … … 74 75 configure.args-append --with-wx-config=${prefix}/bin/wx-config 75 76 } 76 77 78 variant luaterm { 79 depends_lib-append port:lua 80 configure.args-append --with-lua 81 } 82 77 83 variant tutorial description "Build the tutorial (requires a tex install)" { 78 84 depends_lib-append bin:tex:texlive 79 85 configure.args-delete --without-tutorial --without-latex