diff options
Diffstat (limited to 'graphics/ruby-pgplot/Makefile')
-rw-r--r-- | graphics/ruby-pgplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ruby-pgplot/Makefile b/graphics/ruby-pgplot/Makefile index adc09502b3fe..56f6e9b8db26 100644 --- a/graphics/ruby-pgplot/Makefile +++ b/graphics/ruby-pgplot/Makefile @@ -26,7 +26,7 @@ USE_FORTRAN= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes -CONFIGURE_ARGS= --with-x11-dir="${X11BASE}" --with-gfortranlib="gfortran -L`${CAT} ${WRKSRC}/LIBDIR`/../../.." +CONFIGURE_ARGS= --with-x11-dir="${LOCALBASE}" --with-gfortranlib="gfortran -L`${CAT} ${WRKSRC}/LIBDIR`/../../.." INSTALL_TARGET= site-install DOCS_EN= FuncUsage README.en |