diff options
Diffstat (limited to 'audio/vorbisgain/Makefile')
-rw-r--r-- | audio/vorbisgain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/vorbisgain/Makefile b/audio/vorbisgain/Makefile index c242ef9182e9..8711abceecbc 100644 --- a/audio/vorbisgain/Makefile +++ b/audio/vorbisgain/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis USE_ZIP= yes GNU_CONFIGURE= 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" |