summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-01-06 04:27:56 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-01-06 04:27:56 +0000
commit9066a27456b5ad70f874e0eeaa62244484bb9cde (patch)
tree9ed55dbf256407c9e93aaaf82525a816b74c7209 /devel
parentAdd 'ONLY_FOR_ARCHS=i386' to Makefiles of variant Netscapes. (diff)
Add 'ONLY_FOR_ARCHS=i386' to linux_* ports.
They are intended for Linux/i386 emulation and to work on i386.
Notes
Notes: svn path=/head/; revision=15877
Diffstat (limited to 'devel')
-rw-r--r--devel/linux_devtools-6/Makefile4
-rw-r--r--devel/linux_devtools-7/Makefile4
-rw-r--r--devel/linux_devtools/Makefile4
-rw-r--r--devel/linux_kdump/Makefile4
4 files changed, 12 insertions, 4 deletions
diff --git a/devel/linux_devtools-6/Makefile b/devel/linux_devtools-6/Makefile
index 6e12f15dc426..e7ee2b6bd211 100644
--- a/devel/linux_devtools-6/Makefile
+++ b/devel/linux_devtools-6/Makefile
@@ -3,7 +3,7 @@
# Date created: Nov 26 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.7 1998/10/13 02:20:19 jseger Exp $
+# $Id: Makefile,v 1.8 1998/12/01 09:16:45 asami Exp $
#
DISTNAME= linux_devel-0.2
@@ -14,6 +14,8 @@ MAINTAINER= erich@FreeBSD.org
RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
+ONLY_FOR_ARCHS= i386
+
NO_FILTER_SHLIBS= yes
PREFIX= /compat/linux
diff --git a/devel/linux_devtools-7/Makefile b/devel/linux_devtools-7/Makefile
index 6e12f15dc426..e7ee2b6bd211 100644
--- a/devel/linux_devtools-7/Makefile
+++ b/devel/linux_devtools-7/Makefile
@@ -3,7 +3,7 @@
# Date created: Nov 26 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.7 1998/10/13 02:20:19 jseger Exp $
+# $Id: Makefile,v 1.8 1998/12/01 09:16:45 asami Exp $
#
DISTNAME= linux_devel-0.2
@@ -14,6 +14,8 @@ MAINTAINER= erich@FreeBSD.org
RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
+ONLY_FOR_ARCHS= i386
+
NO_FILTER_SHLIBS= yes
PREFIX= /compat/linux
diff --git a/devel/linux_devtools/Makefile b/devel/linux_devtools/Makefile
index 6e12f15dc426..e7ee2b6bd211 100644
--- a/devel/linux_devtools/Makefile
+++ b/devel/linux_devtools/Makefile
@@ -3,7 +3,7 @@
# Date created: Nov 26 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.7 1998/10/13 02:20:19 jseger Exp $
+# $Id: Makefile,v 1.8 1998/12/01 09:16:45 asami Exp $
#
DISTNAME= linux_devel-0.2
@@ -14,6 +14,8 @@ MAINTAINER= erich@FreeBSD.org
RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
+ONLY_FOR_ARCHS= i386
+
NO_FILTER_SHLIBS= yes
PREFIX= /compat/linux
diff --git a/devel/linux_kdump/Makefile b/devel/linux_kdump/Makefile
index ed4de26a92ad..1c9ddd3f0752 100644
--- a/devel/linux_kdump/Makefile
+++ b/devel/linux_kdump/Makefile
@@ -3,7 +3,7 @@
# Date created: Nov 26 1997
# Whom: msmith@FreeBSD.org
#
-# $Id: Makefile,v 1.3 1998/11/11 05:37:10 asami Exp $
+# $Id: Makefile,v 1.4 1998/12/19 10:41:23 dfr Exp $
#
DISTNAME= linux_kdump-1.0
@@ -14,6 +14,8 @@ MAINTAINER= msmith@FreeBSD.org
BUILD_DEPENDS= /compat/linux/usr/bin/cpp:${PORTSDIR}/devel/linux_devel
+ONLY_FOR_ARCHS= i386
+
.include <bsd.port.pre.mk>
.if !exists(/sys/i386/linux/syscalls.master)