diff options
Diffstat (limited to 'net/nc6/Makefile')
-rw-r--r-- | net/nc6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nc6/Makefile b/net/nc6/Makefile index dd30331..a62c48f 100644 --- a/net/nc6/Makefile +++ b/net/nc6/Makefile @@ -20,7 +20,7 @@ USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +CONFIGURE_TARGET= --target=${ARCH}-unknown-freebsd${OSREL} .if !defined(WITHOUT_NLS) USE_GETTEXT= yes |