diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-06 12:27:56 +0800 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-06 12:27:56 +0800 |
commit | 325cc2727b4e975bdc6ec9605473c6978a400109 (patch) | |
tree | f2e726d772fc3f83b26f1d481a8b35ce2a593e35 /emulators/linux_base-suse-9.3 | |
parent | 31fe83ed461d192d849b5821e9ccb11678dccc9b (diff) | |
download | freebsd-ports-gnome-325cc2727b4e975bdc6ec9605473c6978a400109.tar.gz freebsd-ports-gnome-325cc2727b4e975bdc6ec9605473c6978a400109.tar.zst freebsd-ports-gnome-325cc2727b4e975bdc6ec9605473c6978a400109.zip |
Add 'ONLY_FOR_ARCHS=i386' to linux_* ports.
They are intended for Linux/i386 emulation and to work on i386.
Diffstat (limited to 'emulators/linux_base-suse-9.3')
-rw-r--r-- | emulators/linux_base-suse-9.3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index 585bd273c55b..9d0d5edc8d06 100644 --- a/emulators/linux_base-suse-9.3/Makefile +++ b/emulators/linux_base-suse-9.3/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Nov 1995 # Whom: markm@FreeBSD.org # -# $Id: Makefile,v 1.21 1998/10/09 01:29:00 asami Exp $ +# $Id: Makefile,v 1.22 1998/10/31 09:28:05 markm Exp $ # DISTNAME= linux_lib-2.6 @@ -12,6 +12,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= erich@FreeBSD.org +ONLY_FOR_ARCHS= i386 + PREFIX= /compat/linux NO_MTREE= yes NO_BUILD= yes |