diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-06 04:27:56 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-06 04:27:56 +0000 |
commit | 325cc2727b4e975bdc6ec9605473c6978a400109 (patch) | |
tree | f2e726d772fc3f83b26f1d481a8b35ce2a593e35 /graphics/linux_mesa3 | |
parent | 31fe83ed461d192d849b5821e9ccb11678dccc9b (diff) | |
download | FreeBSD-ports-325cc2727b4e975bdc6ec9605473c6978a400109.zip FreeBSD-ports-325cc2727b4e975bdc6ec9605473c6978a400109.tar.gz |
Add 'ONLY_FOR_ARCHS=i386' to linux_* ports.
They are intended for Linux/i386 emulation and to work on i386.
Diffstat (limited to 'graphics/linux_mesa3')
-rw-r--r-- | graphics/linux_mesa3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/linux_mesa3/Makefile b/graphics/linux_mesa3/Makefile index 33b2963..93dbc6e 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 |