diff options
Diffstat (limited to 'audio/mpc/Makefile')
-rw-r--r-- | audio/mpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpc/Makefile b/audio/mpc/Makefile index 114e015a245e..abda9cc3ac7f 100644 --- a/audio/mpc/Makefile +++ b/audio/mpc/Makefile @@ -22,7 +22,7 @@ MAN1= mpc.1 .include <bsd.port.pre.mk> -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" \ |