diff options
Diffstat (limited to 'x11/xtermcontrol/Makefile')
-rw-r--r-- | x11/xtermcontrol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xtermcontrol/Makefile b/x11/xtermcontrol/Makefile index f8ea7711a7e8..e9072284cefe 100644 --- a/x11/xtermcontrol/Makefile +++ b/x11/xtermcontrol/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= xterm-static:${PORTSDIR}/x11/xterm USE_X_PREFIX= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib" |