summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/gmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile
index 0f4039165829..49d2954125ac 100644
--- a/math/gmp/Makefile
+++ b/math/gmp/Makefile
@@ -29,7 +29,7 @@ INFO= gmp
.include <bsd.port.pre.mk>
.if ! ${PORT_OPTIONS:MCPU_OPTS}
-CONFIGURE_ARGS+=--build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS+=--build=${CONFIGURE_TARGET}
.elif ${ARCH:S/64//} != ${ARCH}
.if ${ARCH} == powerpc64
CONFIGURE_ENV+= ABI="mode64"