summaryrefslogtreecommitdiff
path: root/graphics
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 /graphics
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 'graphics')
-rw-r--r--graphics/linux_glide/Makefile4
-rw-r--r--graphics/linux_mesa/Makefile4
-rw-r--r--graphics/linux_mesa3/Makefile4
3 files changed, 9 insertions, 3 deletions
diff --git a/graphics/linux_glide/Makefile b/graphics/linux_glide/Makefile
index eeb39b6580a4..ea656f9df016 100644
--- a/graphics/linux_glide/Makefile
+++ b/graphics/linux_glide/Makefile
@@ -3,7 +3,7 @@
# Date created: Oct, 8, 1998
# Whom: cracauer@cons.org "Martin Cracauer"
#
-# $Id: Makefile,v 1.1.1.1 1998/10/08 15:33:46 cracauer Exp $
+# $Id: Makefile,v 1.2 1998/12/05 00:03:09 asami Exp $
#
#
@@ -17,6 +17,8 @@ MAINTAINER= cracauer@cons.org
RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
+ONLY_FOR_ARCHS= i386
+
PREFIX= /compat/linux/usr
NO_MTREE= yes
NO_BUILD= yes
diff --git a/graphics/linux_mesa/Makefile b/graphics/linux_mesa/Makefile
index 33b296342e4c..93dbc6ebc412 100644
--- a/graphics/linux_mesa/Makefile
+++ b/graphics/linux_mesa/Makefile
@@ -3,7 +3,7 @@
# Date created: Oct, 8 1998
# Whom: cracauer
#
-# $Id: Makefile,v 1.2 1998/10/08 18:43:30 cracauer Exp $
+# $Id: Makefile,v 1.3 1998/11/05 11:39:51 cracauer Exp $
#
DISTNAME= MesaLib-2.6
@@ -16,6 +16,8 @@ MAINTAINER= cracauer@cons.org
BUILD_DEPENDS= /compat/linux/usr/lib/libglide2x.so:${PORTSDIR}/emulators/linux_glide \
/compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devel
+ONLY_FOR_ARCHS= i386
+
ALL_TARGET= linux-glide
MAKE_ENV= PATH=${PREFIX}/usr/bin:$$PATH
NO_FILTER_SHLIBS=yes
diff --git a/graphics/linux_mesa3/Makefile b/graphics/linux_mesa3/Makefile
index 33b296342e4c..93dbc6ebc412 100644
--- a/graphics/linux_mesa3/Makefile
+++ b/graphics/linux_mesa3/Makefile
@@ -3,7 +3,7 @@
# Date created: Oct, 8 1998
# Whom: cracauer
#
-# $Id: Makefile,v 1.2 1998/10/08 18:43:30 cracauer Exp $
+# $Id: Makefile,v 1.3 1998/11/05 11:39:51 cracauer Exp $
#
DISTNAME= MesaLib-2.6
@@ -16,6 +16,8 @@ MAINTAINER= cracauer@cons.org
BUILD_DEPENDS= /compat/linux/usr/lib/libglide2x.so:${PORTSDIR}/emulators/linux_glide \
/compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devel
+ONLY_FOR_ARCHS= i386
+
ALL_TARGET= linux-glide
MAKE_ENV= PATH=${PREFIX}/usr/bin:$$PATH
NO_FILTER_SHLIBS=yes