diff options
Diffstat (limited to 'ftp/wgetpro/Makefile')
-rw-r--r-- | ftp/wgetpro/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wgetpro/Makefile b/ftp/wgetpro/Makefile index 2ec8b1a..a36ab7d 100644 --- a/ftp/wgetpro/Makefile +++ b/ftp/wgetpro/Makefile @@ -21,7 +21,7 @@ USE_GETOPT_LONG= yes USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" .if defined(WITHOUT_NLS) |