diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2005-04-12 03:26:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-04-12 03:26:56 +0000 |
commit | c3d8037aeba75366ed06e02fbc981e15b46e7d0a (patch) | |
tree | 6074bae79118b7d7d4d3d3a8ac0a4dcd65f18f8b /korean | |
parent | b286f01b6c3af5d674e10da33f8eda0c2011007b (diff) | |
download | ports-c3d8037aeba75366ed06e02fbc981e15b46e7d0a.tar.gz ports-c3d8037aeba75366ed06e02fbc981e15b46e7d0a.zip |
Notes
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 |