diff options
Diffstat (limited to 'math/oleo/Makefile')
-rw-r--r-- | math/oleo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index b52fa541dfd7..46036b6c6093 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -17,7 +17,7 @@ COMMENT= The GNU spreadsheet for X11 and terminals USE_PERL5_BUILD= yes USE_BISON= build -USE_AUTOTOOLS= autoconf:213 +USE_AUTOTOOLS= autoconf213 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-x --without-xlt --without-SciPlot |