diff options
author | obrien <obrien@FreeBSD.org> | 2004-12-28 05:47:57 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-12-28 05:47:57 +0800 |
commit | 1b8ba9c7b0648fbe6c0ca6c453eb975f547ee990 (patch) | |
tree | c092ad7db8868f9ad26e77b8887f47d671bc19ee /emulators/linux_base-debian | |
parent | 94d91c6ebcb4bfa88d5c217a307c7d9c65d7fdaf (diff) | |
download | freebsd-ports-gnome-1b8ba9c7b0648fbe6c0ca6c453eb975f547ee990.tar.gz freebsd-ports-gnome-1b8ba9c7b0648fbe6c0ca6c453eb975f547ee990.tar.zst freebsd-ports-gnome-1b8ba9c7b0648fbe6c0ca6c453eb975f547ee990.zip |
These ports should be using 'ARCH' rather than 'MACHINE_ARCH'.
Submitted by: kris
Diffstat (limited to 'emulators/linux_base-debian')
-rw-r--r-- | emulators/linux_base-debian/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/linux_base-debian/Makefile b/emulators/linux_base-debian/Makefile index 6cf1b4193c48..38537262726f 100644 --- a/emulators/linux_base-debian/Makefile +++ b/emulators/linux_base-debian/Makefile @@ -34,8 +34,7 @@ PREFIX?= ${LINUXBASE} .if (${ARCH} == "amd64") LATEST_LINK= ${PORTNAME:C/linux_base/linux32_base/} -MACHINE_ARCH= i386 -ARCH= ${MACHINE_ARCH} +ARCH= i386 .endif DIST_SUBDIR= debian-${PORTVERSION}-${DISTDATE} |