diff options
Diffstat (limited to 'audio/mp3wrap/Makefile')
-rw-r--r-- | audio/mp3wrap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3wrap/Makefile b/audio/mp3wrap/Makefile index 0a05d24f857c..5c2b0f187303 100644 --- a/audio/mp3wrap/Makefile +++ b/audio/mp3wrap/Makefile @@ -16,7 +16,7 @@ MAINTAINER= q@uni.de COMMENT= Utility to merge mp3 files (and other formats) GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |