diff options
Diffstat (limited to 'audio/faac/Makefile')
-rw-r--r-- | audio/faac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index 38659e3a9116..57677145a433 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -24,7 +24,7 @@ AUTOMAKE_ARGS= --add-missing USE_GMAKE= yes USE_LIBTOOL_VER=13 USE_REINPLACE= yes -CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ HAVECXX="yes" |