diff options
Diffstat (limited to 'graphics/zimg')
-rw-r--r-- | graphics/zimg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile index ba70cef3ec5c..fabe72399ba9 100644 --- a/graphics/zimg/Makefile +++ b/graphics/zimg/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd USE_GETOPT_LONG= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-dynaload-cc="${CC}" \ --with-dynaload-cflags="${CFLAGS} -shared" \ --with-gd-includes="${LOCALBASE}/include" \ |