diff options
author | trevor <trevor@FreeBSD.org> | 2005-09-24 00:21:45 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-09-24 00:21:45 +0800 |
commit | 802105825175f0a278eba1be4549337a51c57c1a (patch) | |
tree | 71219b773e2631519357cefd2e5742dd6a97b2fd /emulators | |
parent | b5f76ef6482d79edb194eafdef3dfbf9b2b30336 (diff) | |
download | freebsd-ports-gnome-802105825175f0a278eba1be4549337a51c57c1a.tar.gz freebsd-ports-gnome-802105825175f0a278eba1be4549337a51c57c1a.tar.zst freebsd-ports-gnome-802105825175f0a278eba1be4549337a51c57c1a.zip |
Checking MACHINE_ARCH is deprecated.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-suse-9.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index 7a596feb5bbd..20fb13529c4f 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/Makefile @@ -51,7 +51,7 @@ CONFLICTS= linux_base-7* linux_base-debian* \ NO_LATEST_LINK= yes RESTRICTED= "binaries under GNU GPL without accompanying source" ONLY_FOR_ARCHS= i386 -DIST_SUBDIR= rpm/${MACHINE_ARCH}/suse +DIST_SUBDIR= rpm/${ARCH}/suse PREFIX= ${LINUXBASE} NO_BUILD= yes NO_FILTER_SHLIBS= yes |