diff options
Diffstat (limited to 'math/unuran/Makefile')
-rw-r--r-- | math/unuran/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/unuran/Makefile b/math/unuran/Makefile index 026b9d3b4f1d..5ac6492c41e7 100644 --- a/math/unuran/Makefile +++ b/math/unuran/Makefile @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --enable-shared --with-urng-rngstream --with-urng-default=rngstr --enable-info CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" MAKE_ENV= MAKE="${GMAKE}" USE_LDCONFIG= yes |