diff options
Diffstat (limited to 'math/freefem++/Makefile')
-rw-r--r-- | math/freefem++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile index f09ad478bba7..850e54081253 100644 --- a/math/freefem++/Makefile +++ b/math/freefem++/Makefile @@ -33,7 +33,7 @@ USE_GCC= 3.4 USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-download \ --with-blas="${LIBBLAS}" \ --with-amd="-lamd" \ |