diff --git a/gnuplot.be0 b/gnuplot.be0 index 3df61e5ad..b4dd88082 100755 --- a/gnuplot.be0 +++ b/gnuplot.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gnuplot-5.4.2-0 +# BEE_VERSION gnuplot-5.4.2-1 #SRCURL[0]="http://sourceforge.net/projects/gnuplot/files/gnuplot/${PKGVERSION}/gnuplot-${PKGVERSION}.tar.gz" SRCURL[0]="https://beehive.molgen.mpg.de/2050ca477199a591543bc968aba7d899/gnuplot-5.4.2.tar.gz" @@ -20,7 +20,10 @@ SRCURL[0]="https://beehive.molgen.mpg.de/2050ca477199a591543bc968aba7d899/gnuplo #} mee_configure() { - bee_configure --disable-wxt --with-qt=qt5 + bee_configure \ + --disable-wxt \ + --with-qt=qt5 \ + --without-latex } #mee_build() {