diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-12-03 04:37:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-12-03 04:37:14 +0000 |
commit | ef1a471f9f520cc04e3f8202a2bd09672f4f154b (patch) | |
tree | 6e3dbaefd1f39c894f54b9d26f4fa6b5534e6734 | |
parent | Fix cklatest paths. (diff) |
Mark ONLY_FOR_ARCHS=i386
Notes
Notes:
svn path=/head/; revision=71336
-rw-r--r-- | graphics/spigot/Makefile | 1 | ||||
-rw-r--r-- | multimedia/spigot/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/spigot/Makefile b/graphics/spigot/Makefile index b3c130d29e3f..1ad256b589cd 100644 --- a/graphics/spigot/Makefile +++ b/graphics/spigot/Makefile @@ -17,5 +17,6 @@ MAINTAINER= james@cs.uwm.edu # binary package NO_BUILD= yes NO_WRKSUBDIR= yes +ONLY_FOR_ARCHS= i386 .include <bsd.port.mk> diff --git a/multimedia/spigot/Makefile b/multimedia/spigot/Makefile index b3c130d29e3f..1ad256b589cd 100644 --- a/multimedia/spigot/Makefile +++ b/multimedia/spigot/Makefile @@ -17,5 +17,6 @@ MAINTAINER= james@cs.uwm.edu # binary package NO_BUILD= yes NO_WRKSUBDIR= yes +ONLY_FOR_ARCHS= i386 .include <bsd.port.mk> |