diff options
Diffstat (limited to 'net/socat')
-rw-r--r-- | net/socat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index b6a7236dcb1f..2643320916ed 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:R} USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} MAKE_ARGS= CCOPT="${CFLAGS}" .if defined(WITHOUT_SSL) |