diff options
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hanemacs/Makefile | 2 | ||||
-rw-r--r-- | korean/iiimf-le-hangul/Makefile | 2 | ||||
-rw-r--r-- | korean/uniksc/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/korean/hanemacs/Makefile b/korean/hanemacs/Makefile index 2240af04c1fd..f3c878e48b30 100644 --- a/korean/hanemacs/Makefile +++ b/korean/hanemacs/Makefile @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --with-x-toolkit \ --sharedstatedir=/var/run -CONFIGURE_TARGET= ${ARCH}--freebsd +CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd STRIP= MAN1= emacs.1 etags.1 ctags.1 diff --git a/korean/iiimf-le-hangul/Makefile b/korean/iiimf-le-hangul/Makefile index 23cc561f7fa8..c544ebb2a999 100644 --- a/korean/iiimf-le-hangul/Makefile +++ b/korean/iiimf-le-hangul/Makefile @@ -29,7 +29,7 @@ USE_AUTOMAKE_VER= 19 WANT_LIBTOOL_VER= 15 AUTOMAKE_ARGS+= --add-missing -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//}/leif PATCH_WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} diff --git a/korean/uniksc/Makefile b/korean/uniksc/Makefile index cb7711dac3b5..a3b9fec60477 100644 --- a/korean/uniksc/Makefile +++ b/korean/uniksc/Makefile @@ -15,7 +15,7 @@ COMMENT= Converts data between Korean KSC-5601 and Unicode 3.0 UTF-16 INSTALLS_SHLIB= YES -.if ${ARCH:L} == "amd64" +.if ${MACHINE_ARCH:L} == "amd64" CFLAGS+= "-fPIC" .endif |