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 /graphics/linux_glide | |
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 'graphics/linux_glide')
-rw-r--r-- | graphics/linux_glide/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |